From b764c4a6a0e114861168fcfde41f20beefe4a537 Mon Sep 17 00:00:00 2001 From: dracarys18 Date: Fri, 1 Jul 2022 14:27:48 +0530 Subject: [PATCH] Update telegram env variable name --- keys_sample.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keys_sample.env b/keys_sample.env index 4cd733f..f3ca428 100644 --- a/keys_sample.env +++ b/keys_sample.env @@ -2,7 +2,7 @@ # # CONSUMER_KEY = API Key TWITTER # CONSUMER_SECRET = API Key Secret TWITTER -# TELEGRAM_BOT = TOKEN that you got from BotFather in TELEGRAM +# TELOXIDE_TOKEN = TOKEN that you got from BotFather in TELEGRAM # ACCESS_TOKEN = Access Token in TWITTER # ACCESS_TOKEN_SECRET = Access Token Secret in TWITTER # CHAT_ID = Add '@username_to_id_bot' to your Group or Channel, say something and it will show your channel/group ID, include the '-' infront of the numbers. @@ -11,7 +11,7 @@ export CONSUMER_KEY="" export CONSUMER_SECRET="" -export TELEGRAM_BOT="" +export TELOXIDE_TOKEN="" export ACCESS_TOKEN="" export ACCESS_TOKEN_SECRET="" export CHAT_ID=