Sending only the transcript, like a parrot bot
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ekaropolus 2025-07-07 10:22:20 -06:00
parent 3abf699999
commit 7d948fddad

View File

@ -140,6 +140,7 @@ async def telegram_webhook(request, bot_name):
)
return JsonResponse({"status": "ok"})
# setattr(update.message, "_text", transcript)
await update.message.reply_text(transcript)
# await report_trash(update)
return JsonResponse({"status": "ok"})