diff --git a/commands/interaction/tts/texttospeech2.js b/commands/interaction/tts/texttospeech2.js index 1967cbe..3192e62 100644 --- a/commands/interaction/tts/texttospeech2.js +++ b/commands/interaction/tts/texttospeech2.js @@ -32,7 +32,7 @@ module.exports = { await context.editOrRespond({ embeds: [createEmbed("defaultNoFooter", context, { description: `${icon("audio")} Audio Generated in ${highlight(audio.timings + "s")}.` })], - file: { value: audio.response.body, filename: "tts.wav" } + file: { value: audio.response.body, filename: "tts.mp3" } }) }catch(e){ console.log(e)