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

View File

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