now sleeps correctly

This commit is contained in:
Phixxy 2025-01-01 19:59:54 -08:00
parent e978ed6643
commit f4b1280d9a

View file

@ -25,7 +25,7 @@ class RSSCog(BotBaseCog):
channel = self.bot.get_channel(895388842834673696)
await channel.send(f"{name}: {latest_item.description}")
asyncio.sleep(60)
asyncio.sleep(60)
@check_rss.before_loop
async def before_check_rss(self):