should be mp3 not wav

This commit is contained in:
derpystuff 2022-10-06 22:00:46 +02:00
parent 6097695561
commit 7107108cbe

View file

@ -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)