1
0
Fork 0
mirror of synced 2024-05-04 04:32:34 +12:00

Correct before decorator

This commit is contained in:
Dan Hess 2020-10-10 22:37:55 -05:00
parent d85454f6cf
commit 4ba94c106c

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)