diff --git a/evennia/game_template/commands/command.py b/evennia/game_template/commands/command.py index e53686a79..eabf8941f 100644 --- a/evennia/game_template/commands/command.py +++ b/evennia/game_template/commands/command.py @@ -23,7 +23,7 @@ class Command(BaseCommand): # these need to be specified key = "MyCommand" - aliases = ["mycmd", "myc"] + aliases = [] locks = "cmd:all()" help_category = "General"