Update worker.py
This commit is contained in:
@@ -1367,7 +1367,7 @@ class Worker(threading.Thread):
|
||||
keyboard.append([telegram.KeyboardButton(lang)])
|
||||
options[lang] = "uk"
|
||||
if "zh_cn" in configloader.config["Language"]["enabled_languages"]:
|
||||
lang = "🇨🇳"
|
||||
lang = "🇨🇳简体中文"
|
||||
keyboard.append([telegram.KeyboardButton(lang)])
|
||||
options[lang] = "zh_cn"
|
||||
# Send the previously created keyboard to the user (ensuring it can be clicked only 1 time)
|
||||
|
||||
Reference in New Issue
Block a user