chore: fix wording and update statuses

This commit is contained in:
neoarz
2025-09-16 12:33:45 -04:00
parent a3f30953f6
commit 57139fb2cf
2 changed files with 2 additions and 2 deletions

2
bot.py
View File

@@ -184,7 +184,7 @@ class DiscordBot(commands.Bot):
"""
Setup the game status task of the bot.
"""
statuses = ["with you!", "with neo!", "with humans!", "learning rust!"]
statuses = ["indexing sidestore docs!", "minecraft", "with humans!", "learning rust!"]
await self.change_presence(activity=discord.Game(random.choice(statuses)))
@status_task.before_loop