YT works, fixed some things

This commit is contained in:
CramMK
2020-02-13 23:40:41 +01:00
parent 4bf09b5588
commit 62ffb375bd
6 changed files with 75 additions and 77 deletions

View File

@@ -50,7 +50,7 @@ async def activity():
status = f"{new_activity[1]} | {loadconfig.__prefix__}aquabot"
activity = discord.Activity(name=status, type=new_activity[0])
await bot.change_presence(activity=activity)
await asyncio.sleep(10) # Time in minutes
await asyncio.sleep(10*60) # Time in minutes
# BOT STARTING EVENT
@bot.event