Skip to content

Commit

Permalink
remove emogi on voice command message
Browse files Browse the repository at this point in the history
  • Loading branch information
fegloff committed Mar 19, 2024
1 parent 1950121 commit e366deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/voice-command/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class VoiceCommand implements PayableBot {
await this.openAIBot.voiceCommand(ctx, command, resultText)
await ctx.api.deleteMessage(ctx.chat.id, progressMessage.message_id)
} else {
await ctx.api.editMessageText(ctx.chat.id, progressMessage.message_id, `No command detected. This is what I heard 😉: _${resultText}_`, { parse_mode: 'Markdown' })
await ctx.api.editMessageText(ctx.chat.id, progressMessage.message_id, `No command detected. This is what I heard: _${resultText}_`, { parse_mode: 'Markdown' })
}
}
}

0 comments on commit e366deb

Please sign in to comment.