From 65a19e4bc912d8ba7981ae0e0098572a31e3964d Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 22 Mar 2018 09:53:04 +0000 Subject: Game param is now activity; bring back help message --- bot/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) -- cgit v1.2.3