We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077fb4c commit fc1e512Copy full SHA for fc1e512
main.py
@@ -32,7 +32,7 @@ async def change_status():
32
await bot.change_presence(activity=discord.Activity(type=discord.ActivityType.watching, name=status))
33
elif type_ == 'listening':
34
await bot.change_presence(activity=discord.Activity(type=discord.ActivityType.listening, name=status))
35
- await asyncio.sleep(10)
+ await asyncio.sleep(60)
36
37
@bot.event
38
async def on_ready():
0 commit comments