mirror of
https://github.com/miaowware/qrm2.git
synced 2026-06-21 23:28:34 -04:00
sigh
This commit is contained in:
@@ -156,12 +156,14 @@ async def _ensure_activity_time():
|
||||
|
||||
await bot.change_presence(activity=discord.Game(name=status))
|
||||
|
||||
|
||||
@tasks.loop(minutes=5)
|
||||
async def _ensure_activity_random():
|
||||
status = random.choice(opt.statuses)
|
||||
|
||||
await bot.change_presence(activity=discord.Game(name=status))
|
||||
|
||||
|
||||
@tasks.loop(minutes=5)
|
||||
async def _ensure_activity_fixed():
|
||||
status = opt.statuses[0]
|
||||
|
||||
Reference in New Issue
Block a user