chore: update bot status messages

Replaced the list of status messages with new values reflecting different project names.
This commit is contained in:
neoarz
2025-09-16 17:24:37 -04:00
parent b8d3013072
commit 963708e2ac

2
bot.py
View File

@@ -184,7 +184,7 @@ class DiscordBot(commands.Bot):
""" """
Setup the game status task of the bot. Setup the game status task of the bot.
""" """
statuses = ["indexing sidestore docs!", "minecraft", "with humans!", "learning rust!"] 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