diff options
-rw-r--r-- | bot/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__main__.py b/bot/__main__.py index 8025f66a4..bae090cd3 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -16,7 +16,7 @@ bot = AutoShardedBot( ">>> ", ">> ", "> ", ">>>", ">>", ">" ), # Order matters (and so do commas) - game=Game(name="Help: bot.help()"), + activity=Game(name="Help: bot.help()"), help_attrs={"aliases": ["help()"]}, formatter=Formatter() ) |