mirror of
https://gitlab.com/ceda_ei/the-long-night
synced 2025-03-13 04:56:52 +01: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:
|
||||
print("\nEnter bot token\n")
|
||||
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("> ")
|
||||
print("\nAttempting to send a test message")
|
||||
from backends import telegram
|
||||
|
Loading…
x
Reference in New Issue
Block a user