From 456bba027b70427bac0b062fe066206eb3fa8026 Mon Sep 17 00:00:00 2001 From: Rripped Date: Tue, 29 Mar 2022 08:44:40 +0200 Subject: [PATCH] updated env example with bot creds --- telegram_bot/.env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/telegram_bot/.env.example b/telegram_bot/.env.example index bcd6a02..a36e6ec 100644 --- a/telegram_bot/.env.example +++ b/telegram_bot/.env.example @@ -6,3 +6,7 @@ NEWS_API_KEY= # Flask secret key SECRET_KEY= + +# bot credentials +BOT_EMAIL= +BOT_PASSWORD= \ No newline at end of file