From 9b538e7d2f8f448dd4897fb8f689870f2bea19e88386a87cc5a302b707459d81 Mon Sep 17 00:00:00 2001 From: andrea Date: Sat, 26 Jul 2025 19:11:26 +0200 Subject: [PATCH] fix --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 43ddba9..e0c551b 100644 --- a/bot.py +++ b/bot.py @@ -35,7 +35,7 @@ async def bot_start(update, context): context.application.bot_data['arena'] = Arena async def update_bot(update, context): - update.message.reply_text('Sto aggiornando il Bot...') + await update.message.reply_text('Sto aggiornando il Bot...') chat_id = update.effective_chat.id if update.message.chat.id not in _botsyms.SUPER_USERS: return _log.log_warning(f'update_bot: user {chat_id} not allowed') _log.log_debug(f'update_bot: {chat_id} bot is updating...')