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 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()", |