From ef4ae7942f8536725aa5761778c6b9d271cb540d Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 26 May 2019 16:12:35 +0530 Subject: [PATCH] Fix bot name --- installation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.py b/installation.py index e41372b..5dead9a 100755 --- a/installation.py +++ b/installation.py @@ -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