I add command /id and /dowmp4 for dowload video with Youtube and i improve code.

It's version 0.2.1
This commit is contained in:
Niken
2025-10-04 23:18:56 +03:00
parent 5197518029
commit c5f6da31ba
6 changed files with 228 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
def register(dp, state, bot):
from . import handlers
handlers.register_handlers(dp, state, bot)
def unregister(dp):
# Здесь можно удалить хендлеры, если нужно
dp.message_handlers.handlers.clear()