From 7107108cbe8c33ef265108791502538d911a520b Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Thu, 6 Oct 2022 22:00:46 +0200 Subject: [PATCH] should be mp3 not wav --- commands/interaction/tts/texttospeech2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)