From a71116e021b18d9cab90b1b678491835fda2d73c Mon Sep 17 00:00:00 2001 From: misanram Date: Sat, 4 Apr 2026 00:27:50 +0100 Subject: [PATCH] =?UTF-8?q?Se=20corrige=20la=20funci=C3=B3n=20reply.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bot.py b/bot.py index ec2115e..67529cf 100644 --- a/bot.py +++ b/bot.py @@ -128,10 +128,6 @@ async def reply(self, update: Update, context: ContextTypes.DEFAULT_TYPE): if reply_spec is not None: self.trace(f'bot sends reply {reply_spec.reply}') await update.message.reply_text(reply_spec.reply) - context.bot.send_message( - chat_id=update.message.chat_id, - text=reply_spec.reply - ) def run(self): self.trace('Starting bot...')