test
This commit is contained in:
parent
ccf74a689f
commit
21504e5ff0
@ -41,6 +41,9 @@ class Commands():
|
||||
print(command_dict)
|
||||
found.append(command_dict["name"])
|
||||
found.extend(command_dict["aliases"])
|
||||
for plugin_name, commands in self.bot.rules.get_all_commands():
|
||||
print(plugin_name)
|
||||
print(commands)
|
||||
return found
|
||||
|
||||
@property
|
||||
|
||||
Loading…
Reference in New Issue
Block a user