diff options
| author | 2018-07-25 13:48:51 +0100 | |
|---|---|---|
| committer | 2018-07-25 13:48:51 +0100 | |
| commit | 170d2c8ef2b873f44929595aecd56d7a3e13dcfa (patch) | |
| tree | 2b85563d85d995eb0520a9d304d1f124a6705987 | |
| parent | [DEFCON] Add embeds and icons for actions/events (diff) | |
Change activity to say "Commands" instead of "Help"
| -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 ac1485b87..b688de33e 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -17,7 +17,7 @@ bot = Bot( "self.", "bot." ), activity=Game( - name="Help: bot.help()" + name="Commands: bot.help()" ), help_attrs={ "name": "help()", |