aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-03-22 09:53:04 +0000
committerGravatar Gareth Coles <[email protected]>2018-03-22 09:53:04 +0000
commit65a19e4bc912d8ba7981ae0e0098572a31e3964d (patch)
treef730009f162973e1721d251a95e276dc960016f6
parentUpdate README.md (diff)
Game param is now activity; bring back help message
-rw-r--r--bot/__main__.py2
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()
)