now sleeps correctly
This commit is contained in:
parent
e978ed6643
commit
f4b1280d9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue