add ban and unban commands, integrate BanMiddleware, and extend database schema
This commit is contained in:
+3
-1
@@ -15,5 +15,7 @@
|
||||
"id_command": "Поточний ID чату: <code>{id}</code>",
|
||||
"processing_message": "Відправляємо ваше повідомлення...",
|
||||
"message_processed": "Відправлено!",
|
||||
"forwarding_prefix": "Пересилання, ID [{id}]:"
|
||||
"forwarding_prefix": "Пересилання, ID [{id}]:",
|
||||
"user_banned": "Користувач {user_id} заблокований.",
|
||||
"user_unbanned": "Користувач {user_id} розблокований."
|
||||
}
|
||||
Reference in New Issue
Block a user