From 92e44d1e588666ef2ab9be53f001c65f5883bc55 Mon Sep 17 00:00:00 2001 From: Anson Date: Fri, 11 Jan 2019 22:13:25 -0700 Subject: [PATCH] File to hold your telegram TOKEN --- credentials.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 credentials.py diff --git a/credentials.py b/credentials.py new file mode 100644 index 0000000..47a19e4 --- /dev/null +++ b/credentials.py @@ -0,0 +1,3 @@ +secrets = { + 'TELEGRAM_TOKEN': "TELEGRAM BOT TOKEN HERE" +}