From 170d2c8ef2b873f44929595aecd56d7a3e13dcfa Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 25 Jul 2018 13:48:51 +0100 Subject: Change activity to say "Commands" instead of "Help" --- bot/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()", -- cgit v1.2.3