2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-31 14:38:04 +00:00

simplify command handling

This commit is contained in:
Nick80835
2020-04-17 16:47:19 -04:00
parent 11aeebc7f4
commit fba27e799b
2 changed files with 8 additions and 10 deletions

View File

@@ -27,7 +27,6 @@ class Loader():
self.loaded_modules.append(import_module("ubot.modules." + module_name))
def reload_all_modules(self):
self.command_handler.outgoing_commands = {}
self.command_handler.incoming_commands = {}
errors = ""