diff --git a/cogs/botlists.py b/cogs/botlists.py index 2a12a9bf..ee92b7c7 100644 --- a/cogs/botlists.py +++ b/cogs/botlists.py @@ -51,7 +51,7 @@ class BotLists(commands.Cog): self.api = statcord.Client(self.bot, self.key) self.api.start_loop() - @tasks.loop(minutes=30, reconnect=True) + @tasks.loop(hours=1, reconnect=True) async def post_updates(): """Post updates to botlists"""