mirror of
https://github.com/B1ackCloudd/Telegram-Stars-b1ack.git
synced 2026-07-25 10:24:30 +00:00
bot.py
This commit is contained in:
@@ -401,10 +401,10 @@ class App(ctk.CTk):
|
||||
("lolz_token", "Lolz Token"),
|
||||
("forum_thread_id", "Thread ID"),
|
||||
("admin_id", "TG User ID"),
|
||||
("bot_token", "Bot Token (Optional)"),
|
||||
("bot_token", "Bot Token (из @Botfather)"),
|
||||
("start_page", "Start Page (Def: 1)"),
|
||||
("stars_count", "Stars Qty"),
|
||||
("reply_templates", "Replies (Разделитель || )")
|
||||
("stars_count", "Количество звезд (1,3,5 итд"),
|
||||
("reply_templates", "Ответы (Разделитель || )")
|
||||
]
|
||||
for k, name in fields:
|
||||
ctk.CTkLabel(self.frame_settings, text=name, anchor="w").pack(fill="x", padx=10)
|
||||
|
||||
Reference in New Issue
Block a user