dev #43

Merged
profitroll merged 49 commits from dev into master 2023-05-02 14:12:58 +03:00
Showing only changes of commit 7fd3cc061e - Show all commits

View File

@ -29,7 +29,9 @@ from modules.commands.start import *
from modules.commands.warn import * from modules.commands.warn import *
from modules.commands.warnings 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.ban import *
from modules.callbacks.nothing import * from modules.callbacks.nothing import *