feat(statusrotator): change the statuses
This commit is contained in:
@@ -26,11 +26,28 @@ class StatusRotator(commands.Cog):
|
||||
|
||||
while not self.bot.is_closed():
|
||||
await self.bot.change_presence(
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
status=discord.Status.dnd,
|
||||
>>>>>>> a9c6c65 (feat(statusrotator): change the statuses)
|
||||
activity=discord.Game(name="❓ Prefix: .help")
|
||||
)
|
||||
await asyncio.sleep(60)
|
||||
|
||||
await self.bot.change_presence(
|
||||
<<<<<<< HEAD
|
||||
activity=discord.Game(name="💻 I support 100+ commands")
|
||||
)
|
||||
await asyncio.sleep(30)
|
||||
await asyncio.sleep(30)
|
||||
=======
|
||||
status=discord.Status.dnd,
|
||||
activity=discord.Game(name="🌐 nexa.zvcloud.net")
|
||||
)
|
||||
await asyncio.sleep(60)
|
||||
|
||||
await self.bot.change_presence(
|
||||
status=discord.Status.dnd,
|
||||
activity=discord.Game(name="💻 I support 1200+ commands")
|
||||
)
|
||||
await asyncio.sleep(30)
|
||||
>>>>>>> a9c6c65 (feat(statusrotator): change the statuses)
|
||||
|
||||
Reference in New Issue
Block a user