mirror of
https://github.com/Nick80835/microbot
synced 2025-08-31 14:38:04 +00:00
simplify command handling
This commit is contained in:
@@ -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 = ""
|
||||
|
Reference in New Issue
Block a user