0
0
mirror of https://gitflic.ru/project/maks1ms/ocab.git synced 2024-12-23 16:23:01 +03:00
This commit is contained in:
Maxim Slipenko 2024-07-14 16:50:13 +03:00
commit 6461c5b688
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
from .moderation import ban_user, unmute_user

View File

@ -1,6 +1,6 @@
from aiogram import F, Router
from ocab_modules.legacy.welcome.handlers import check_new_user
from .handlers import check_new_user
router = Router()