From d84c9494ff20bf7680b22efe056dabee98cb04a4 Mon Sep 17 00:00:00 2001 From: kwzrd Date: Fri, 8 May 2020 20:56:55 +0200 Subject: Show bot prefix in rich presence This emulates the main bot's message for consistency. --- bot/bot.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bot/bot.py') diff --git a/bot/bot.py b/bot/bot.py index b0162377..39ed8bbe 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -203,4 +203,7 @@ class SeasonalBot(commands.Bot): await self._guild_available.wait() -bot = SeasonalBot(command_prefix=Client.prefix) +bot = SeasonalBot( + command_prefix=Client.prefix, + activity=discord.Game(name=f"Commands: {Client.prefix}help"), +) -- cgit v1.2.3