diff --git a/bot.py b/bot.py index 06842da..89fced8 100644 --- a/bot.py +++ b/bot.py @@ -8,7 +8,7 @@ level=logging.INFO) logger = logging.getLogger(__name__) -TOKEN = 'YOURTELEGRAMBOTTOKEN' +TOKEN = '7128402317:AAEhCQvtn8X-1O72-ajDE2poEJVXwCskzeE' # Define a few command handlers. These usually take the two arguments update and # context. Error handlers also receive the raised TelegramError object in error. @@ -62,4 +62,4 @@ def main(): updater.idle() if __name__ == '__main__': - main() \ No newline at end of file + main()