Correct status names for consistency

This commit is contained in:
CelloSerenity
2025-09-24 17:26:03 -06:00
committed by GitHub
parent ad1ae76e6c
commit fd2f83765f

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