diff --git a/commands/fun/midify.js b/commands/fun/midify.js index 1d13f05f..ab5457be 100644 --- a/commands/fun/midify.js +++ b/commands/fun/midify.js @@ -70,7 +70,6 @@ class midifyCommand extends Command { exec(`timidity ${output} -Ow -o - | ffmpeg -i - -acodec libmp3lame -ab 64k ${output2}`) .then(() => { loadingmsg.delete(); - message.delete(); return message.channel.send({files: [output2]}) .catch(err => { console.error(err);