From 257c92e28ce467db67b9c51ec43e71fc14f5a604 Mon Sep 17 00:00:00 2001 From: Misaki Date: Tue, 14 Nov 2023 21:20:19 +0100 Subject: [PATCH] Updatete --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 7dbfc9f..f76120c 100644 --- a/bot.py +++ b/bot.py @@ -36,7 +36,7 @@ def error(update, context): def main(): """Start the bot.""" # Ersetzen Sie 'YOUR_TOKEN' mit Ihrem Bot-Token - updater = Updater("6885365398:AAHhgMRbUGfeS0VzKRmJvjKxSHfi18xESC4", use_context=True) + updater = Updater("6885365398:AAHhgMRbUGfeS0VzKRmJvjKxSHfi18xESC4") # Get the dispatcher to register handlers dp = updater.dispatcher