test
This commit is contained in:
parent
7ae9daa98d
commit
ccf74a689f
@ -38,6 +38,7 @@ class Commands():
|
||||
def valid_sopel_commands(self):
|
||||
found = []
|
||||
for command_dict in self.sopel_commands:
|
||||
print(command_dict)
|
||||
found.append(command_dict["name"])
|
||||
found.extend(command_dict["aliases"])
|
||||
return found
|
||||
|
||||
Loading…
Reference in New Issue
Block a user