mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-08-21 10:00:00 +00:00
fix: Add aliases for cmd to reduce ambiguity
Signed-off-by: Gerard Hickey <hickey@kinetic-compute.com>
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