add ban and unban commands, integrate BanMiddleware, and extend database schema

This commit is contained in:
2026-07-02 22:12:05 +03:00
parent a097abf5bc
commit 1287fe7ec8
8 changed files with 138 additions and 5 deletions
+3 -1
View File
@@ -15,5 +15,7 @@
"id_command": "Current Chat ID: <code>{id}</code>",
"processing_message": "Forwarding your message...",
"message_processed": "Forwarded!",
"forwarding_prefix": "Forwarding, ID [{id}]:"
"forwarding_prefix": "Forwarding, ID [{id}]:",
"user_banned": "User {user_id} has been banned.",
"user_unbanned": "User {user_id} has been unbanned."
}