diff options
author | 2020-05-19 00:33:00 -0400 | |
---|---|---|
committer | 2020-05-19 00:33:00 -0400 | |
commit | 9f0e0298d5d4fce750dc1645ff55478856481616 (patch) | |
tree | c127ae89ac775fc5b4db0c54ced4e1e6d2aa540a /bot/bot.py | |
parent | Update halloweenify error message to make it more readable and restructure th... (diff) | |
parent | Merge pull request #406 from DuckMasterAl/patch-1 (diff) |
Merge branch 'master' into boo-fix
Diffstat (limited to 'bot/bot.py')
-rw-r--r-- | bot/bot.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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"), +) |