Sending only the transcript, like a parrot bot
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3abf699999
commit
7d948fddad
@ -140,6 +140,7 @@ async def telegram_webhook(request, bot_name):
|
|||||||
)
|
)
|
||||||
return JsonResponse({"status": "ok"})
|
return JsonResponse({"status": "ok"})
|
||||||
# setattr(update.message, "_text", transcript)
|
# setattr(update.message, "_text", transcript)
|
||||||
|
await update.message.reply_text(transcript)
|
||||||
# await report_trash(update)
|
# await report_trash(update)
|
||||||
return JsonResponse({"status": "ok"})
|
return JsonResponse({"status": "ok"})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user