We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0421b7a commit b1f27c7Copy full SHA for b1f27c7
general/telegram-bot/telegram_bot.py
@@ -7,8 +7,7 @@
7
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
8
9
# The API Key we received for our bot
10
-API_KEY = "1463892065:AAF-9uhbX2D9zrRQXMjgdisFBpY_l7lGCOs"
11
-# API_KEY = "<INSERT_API_KEY_HERE>"
+API_KEY = "<INSERT_API_KEY_HERE>"
12
# Create an updater object with our API Key
13
updater = telegram.ext.Updater(API_KEY)
14
# Retrieve the dispatcher, which will be used to add handlers
0 commit comments