diff --git a/cogs/utility.py b/cogs/utility.py index 8782872388..4d70096cb3 100644 --- a/cogs/utility.py +++ b/cogs/utility.py @@ -683,7 +683,7 @@ async def loop_presence(self): await self.bot.wait_until_ready() while not self.bot.is_closed(): self.presence = await self.set_presence() - await asyncio.sleep(3600) + await asyncio.sleep(600) @commands.command() @checks.has_permissions(PermissionLevel.ADMINISTRATOR)