From b0a692247a0e0393b0a772d1ce77d3dc2c684aef Mon Sep 17 00:00:00 2001 From: aass313 <115097475+aass313@users.noreply.github.com> Date: Wed, 6 Mar 2024 08:38:40 +0300 Subject: [PATCH] Update bot.py --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()