mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 03:40:11 +01:00
chore: update bot status messages
Replaced the list of status messages with new values reflecting different project names.
This commit is contained in:
2
bot.py
2
bot.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user