Debug message on event load added

This commit is contained in:
Profitroll 2023-04-15 19:36:25 +02:00
parent ca607bb4ca
commit 253f614559
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ from modules.commands.warn import *
from modules.commands.warnings import *
if datetime.now() > datetime(year=2023, month=4, day=16, hour=12, minute=0):
logWrite("Importing event module...", debug=True)
from modules.event import *
from modules.callbacks.ban import *