Update timerole.py

pull/67/head
Ianardo DiCaprio 6 years ago committed by GitHub
parent 75e555c7dc
commit 45225ac103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -194,6 +194,5 @@ class Timerole(Cog):
async def check_day(self): async def check_day(self):
while self is self.bot.get_cog("Timerole"): while self is self.bot.get_cog("Timerole"):
print("Hmmmm")
await self.timerole_update() await self.timerole_update()
await asyncio.sleep(10) await asyncio.sleep(86400)

Loading…
Cancel
Save