test
This commit is contained in:
parent
b7c844cad7
commit
fa3ab92736
@ -14,7 +14,8 @@ class Commands():
|
||||
for plugin_name, commands in self.bot.rules.get_all_commands():
|
||||
for command in commands.values():
|
||||
commands_list.append({
|
||||
"name": command.name
|
||||
"name": command.name,
|
||||
"aliases": command.aliases,
|
||||
})
|
||||
return commands_list
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user