mirror of
https://gitlab.com/ceda_ei/the-long-night
synced 2025-04-20 00:26:52 +02:00
Fix bot name
This commit is contained in:
parent
68386974ac
commit
ef4ae7942f
@ -54,7 +54,7 @@ config["telegram"]["enabled"] = tg_enable
|
|||||||
if tg_enable:
|
if tg_enable:
|
||||||
print("\nEnter bot token\n")
|
print("\nEnter bot token\n")
|
||||||
config["telegram"]["bot_token"] = input("> ")
|
config["telegram"]["bot_token"] = input("> ")
|
||||||
print("\nEnter user ID. (Send /info to @questable_bot to find out)\n")
|
print("\nEnter user ID. (Send /info to @quadnite_bot to find out)\n")
|
||||||
config["telegram"]["user_id"] = get_number("> ")
|
config["telegram"]["user_id"] = get_number("> ")
|
||||||
print("\nAttempting to send a test message")
|
print("\nAttempting to send a test message")
|
||||||
from backends import telegram
|
from backends import telegram
|
||||||
|
Loading…
x
Reference in New Issue
Block a user