This commit is contained in:
deathbybandaid 2022-05-06 10:09:04 -04:00
parent 39e6e1ad6b
commit d81b4b13d2

View File

@ -69,6 +69,7 @@ class Commands():
"type": "command",
"plugin_name": plugin_name
})
print(self.bot._rules_manager.get_all_commands())
return commands_list
@property