Posting every hour instead of 30 minutes

pull/9/head
sgoudham 4 years ago
parent 5604746e4f
commit 643c6d43c7

@ -51,7 +51,7 @@ class BotLists(commands.Cog):
self.api = statcord.Client(self.bot, self.key) self.api = statcord.Client(self.bot, self.key)
self.api.start_loop() self.api.start_loop()
@tasks.loop(minutes=30, reconnect=True) @tasks.loop(hours=1, reconnect=True)
async def post_updates(): async def post_updates():
"""Post updates to botlists""" """Post updates to botlists"""

Loading…
Cancel
Save