Correct before decorator

This commit is contained in:
Dan Hess 2020-10-10 22:37:55 -05:00
parent d85454f6cf
commit 4ba94c106c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ WHERE
except (discord.Forbidden, discord.HTTPException, AttributeError):
pass
@check_channels.before_task
@check_channels.before_loop
async def before_check_channels(self):
await self.get_online_users()
await asyncio.sleep(30)