Skip to content

Commit

Permalink
fix(transcribe): message
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Apr 15, 2024
1 parent ee0e406 commit 7418c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/transcribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const execute = async (client: Client, msg: Message) => {

await client.sendMessage(
chatId,
`*Transcription*\n\n` + result.text ||
"" +
`
`*Transcription*\n\n` +
(result.text || "") +
`
Note: this does not work with audios >30s. You may want to use my android app: https://l.wcyat.me/gQAKgl`,
);
Expand Down

0 comments on commit 7418c66

Please sign in to comment.