mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-08-26 12:29:48 +00:00
Merge pull request #239 from hickey/fix/cmd-aliases
Add aliases for `cmd` to reduce ambiguity
This commit is contained in:
@@ -15,7 +15,7 @@ class CmdCommand(BaseCommand):
|
||||
|
||||
# Plugin metadata
|
||||
name = "cmd"
|
||||
keywords = ['cmd', 'commands']
|
||||
keywords = ['cmd', 'cmds', 'command', 'commands']
|
||||
description = "Lists available commands in compact format"
|
||||
category = "basic"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user