mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-03 17:52:31 +01:00
fix big mistake
This commit is contained in:
parent
af375eb402
commit
401add78d3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def unknownCLICommandHandler(bot, update):
|
|||
|
||||
def main():
|
||||
# Create the EventHandler and pass it your bot's token
|
||||
eh = BotEventHandler("148447715:AAGG70cC6s_kwrji2pLsaMeEzKGe0llA1hY")
|
||||
eh = BotEventHandler("TOKEN")
|
||||
|
||||
# on different commands - answer in Telegram
|
||||
eh.broadcaster.addTelegramCommandHandler("start", startCommandHandler)
|
||||
|
|
Loading…
Reference in a new issue