fix(statusrotator): update status messages and fix merge conflicts

This commit is contained in:
zv
2026-05-06 21:01:56 +02:00
parent d045ce0fb4
commit 68c9a68fd9
3 changed files with 1 additions and 29 deletions

View File

@@ -26,20 +26,12 @@ 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)
=======
status=discord.Status.dnd,
activity=discord.Game(name="🌐 nexa.zvcloud.net")
)
@@ -47,7 +39,6 @@ class StatusRotator(commands.Cog):
await self.bot.change_presence(
status=discord.Status.dnd,
activity=discord.Game(name="💻 I support 1200+ commands")
activity=discord.Game(name="💻 I support 850+ commands")
)
await asyncio.sleep(30)
>>>>>>> a9c6c65 (feat(statusrotator): change the statuses)