updated botlist loop time

This commit is contained in:
Adriene Hutchins 2020-03-20 15:25:19 -04:00
parent 0580c297e0
commit 688a2e489c
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class BotList(commands.Cog, name='Bot List'):
responses = await self._update_logic()
await msg.edit(content="**Updated!**")
@tasks.loop(minutes=15.0)
@tasks.loop(minutes=30.0)
async def update_stats(self):
"""Automatically updates statistics every 15 minutes."""