mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
report request content to basecamp
This commit is contained in:
parent
a3ae9d819c
commit
a2f195f983
5 changed files with 7 additions and 7 deletions
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
|
||||
return editOrReply(context, {
|
||||
embeds: [createEmbed("default", context, {
|
||||
description: codeblock("md", [ recog.response.body.transcription_with_speakers ]),
|
||||
description: codeblock("md", [ recog.response.body.transcription_with_speakers.substr(0,3900) ]),
|
||||
footer: {
|
||||
iconUrl: STATICS.google,
|
||||
text: `Google Cloud • Confidence: ${(recog.response.body.confidence* 100).toFixed(1)}% • ${context.application.name}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue