Manually disabled event import

This commit is contained in:
Profitroll 2023-04-19 10:28:57 +02:00
parent 49944b90c9
commit 7fd3cc061e
1 changed files with 3 additions and 1 deletions

View File

@ -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 *