mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-24 14:54:18 +00:00
Update worker.py
This commit is contained in:
parent
4befa7bcd1
commit
556645ba81
1 changed files with 1 additions and 1 deletions
|
@ -1367,7 +1367,7 @@ class Worker(threading.Thread):
|
||||||
keyboard.append([telegram.KeyboardButton(lang)])
|
keyboard.append([telegram.KeyboardButton(lang)])
|
||||||
options[lang] = "uk"
|
options[lang] = "uk"
|
||||||
if "zh_cn" in configloader.config["Language"]["enabled_languages"]:
|
if "zh_cn" in configloader.config["Language"]["enabled_languages"]:
|
||||||
lang = "🇨🇳"
|
lang = "🇨🇳简体中文"
|
||||||
keyboard.append([telegram.KeyboardButton(lang)])
|
keyboard.append([telegram.KeyboardButton(lang)])
|
||||||
options[lang] = "zh_cn"
|
options[lang] = "zh_cn"
|
||||||
# Send the previously created keyboard to the user (ensuring it can be clicked only 1 time)
|
# Send the previously created keyboard to the user (ensuring it can be clicked only 1 time)
|
||||||
|
|
Loading…
Reference in a new issue