diff --git a/bot.py b/bot.py index 35759ae..5c22332 100644 --- a/bot.py +++ b/bot.py @@ -184,7 +184,7 @@ class DiscordBot(commands.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))) @status_task.before_loop