This commit is contained in:
deathbybandaid 2022-02-12 16:29:29 -05:00
parent 59e1cbdea5
commit 43cc15182b

View File

@ -16,6 +16,7 @@ class Commands():
commands_list.append({ commands_list.append({
"name": command.name, "name": command.name,
"aliases": command.aliases, "aliases": command.aliases,
"test": str(command.__class__)
}) })
return commands_list return commands_list