mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-03 09:49:21 +01:00
Removing token
This commit is contained in:
parent
582bb61e5b
commit
77930e0d8b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import telegram
|
|||
import time
|
||||
|
||||
# Telegram Bot Authorization Token
|
||||
bot = telegram.Bot('120405045:AAEAQ3EcfZ3NztkUbOkMOwCxXdDikEW1VZE')
|
||||
bot = telegram.Bot('token')
|
||||
|
||||
# This will be our global variable to keep the latest update_id when requesting
|
||||
# for updates. It starts with the latest update_id available.
|
||||
|
|
Loading…
Reference in a new issue