Merge pull request #4 from CelloSerenity/CSdev

This commit is contained in:
neo
2025-09-25 13:08:03 -04:00
committed by GitHub

2
bot.py
View File

@@ -179,7 +179,7 @@ class DiscordBot(commands.Bot):
""" """
Setup the game status task of the bot. Setup the game status task of the bot.
""" """
statuses = ["Sidestore", "MeloNX", "Armsx2", "Stikdebug", "Feather"] statuses = ["SideStore", "MeloNX", "ARMSX2", "StikDebug", "Feather"]
await self.change_presence(activity=discord.Game(random.choice(statuses))) await self.change_presence(activity=discord.Game(random.choice(statuses)))
@status_task.before_loop @status_task.before_loop