diff --git a/holochecker.py b/holochecker.py index 595540b..145d40f 100644 --- a/holochecker.py +++ b/holochecker.py @@ -29,7 +29,9 @@ from modules.commands.start import * from modules.commands.warn import * from modules.commands.warnings import * -from modules.event import * +# This one is only imported during events +# and should be completely rewritten for each one. +# from modules.event import * from modules.callbacks.ban import * from modules.callbacks.nothing import *