Skip to content

Commit

Permalink
Remove difficulty and length from help command
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen720 authored Mar 9, 2018
1 parent 8edcfe6 commit 77f794a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions magicked_admin/chatbot/commands/info_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ def execute(self, username, args, admin):
if not self.authorise(admin):
return self.not_auth_message
return "Player commands:\n !dosh, !kills, !top_dosh, " + \
"!top_kills, !difficulty, !length," + \
"!stats, !me, !info"
"!top_kills, !stats, !me, !info"

class CommandInfo(Command):
def __init__(self, server, adminOnly = True):
Expand Down

0 comments on commit 77f794a

Please sign in to comment.