Доработка гит

This commit is contained in:
Niken
2026-03-15 20:36:16 +03:00
parent 4b50941b86
commit c49b00ba15
9 changed files with 680 additions and 200 deletions
+9
View File
@@ -0,0 +1,9 @@
def register(dp, state, bot):
from . import handlers
handlers.register_handlers(dp, state, bot)
def unregister(dp):
# Здесь можно удалить хендлеры, если нужно
dp.message_handlers.handlers.clear()