2.0 Да я ебал это все рассписывать но тут типо новая система логгирования

This commit is contained in:
Verum
2025-03-12 06:44:14 +07:00
parent 0704b2600f
commit 142753dc81
48 changed files with 634 additions and 239 deletions

View File

@@ -15,7 +15,6 @@ all_cmd = CommandHandler(
name="all",
description="Всеобщий призыв",
keywords=["all", "фдд", "@all"],
callbackdata=["keywords"],
media="command",
func=[lambda message, *args: hidden_admins_message(message, msg=False, text=message.text.split(" ", 1)[1] if len(message.text.split(" ", 1)) > 1 else custom_text)],
)

View File

@@ -43,6 +43,5 @@ ban_cmd = CommandHandler(
name="ban",
description="Блокировка пользователя",
keywords=["ban", "бан", "banhammer", "ифтрфььук", "ифт"],
callbackdata=["keywords"],
media="command", func=[ban_user],
)