v2 -> v3 data migration for the blacklist tables. Added blacklists and blacklist commands Added bot admin level to help groups.
6 lines
103 B
Python
6 lines
103 B
Python
from . import data # noqa
|
|
|
|
from .module import module
|
|
from .lion import Lion
|
|
from . import blacklists
|