Implemented owner-only command .cacheusers to force users into the database, closes #425

This commit is contained in:
Kaoticz
2023-12-21 12:45:34 +00:00
committed by Kwoth
parent 0ba8555f56
commit bab23c25a5
5 changed files with 95 additions and 2 deletions

View File

@@ -1058,5 +1058,7 @@
"sticker_missing_name": "Please specify a name for the sticker.",
"thread_deleted": "Thread Deleted",
"thread_created": "Thread Created",
"supported_languages": "Supported Languages"
"supported_languages": "Supported Languages",
"cache_users_pending": "Updating users, please wait...",
"cache_users_done": "{0} users were added and {1} users were updated."
}