mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
Remove bot token
This commit is contained in:
parent
cb79317354
commit
4faa4774bd
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def error(bot, update, error):
|
||||||
logging.warning('Update "%s" caused error "%s"' % (update, error))
|
logging.warning('Update "%s" caused error "%s"' % (update, error))
|
||||||
|
|
||||||
# Create the Updater and pass it your bot's token.
|
# Create the Updater and pass it your bot's token.
|
||||||
updater = Updater("148447715:AAH4M0gzPG11_mdQS1Qeb0Ex30I5-rw9bMY")
|
updater = Updater("TOKEN")
|
||||||
|
|
||||||
# The command
|
# The command
|
||||||
updater.dispatcher.addHandler(CommandHandler('set', set_value))
|
updater.dispatcher.addHandler(CommandHandler('set', set_value))
|
||||||
|
|
Loading…
Reference in a new issue