diff --git a/cogs/picarto.py b/cogs/picarto.py index 6150ea6..514a0e9 100644 --- a/cogs/picarto.py +++ b/cogs/picarto.py @@ -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)