From 8043b0261e733a73aa2d3847c0b9134763041931 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 22 Nov 2019 16:30:31 +0100 Subject: [PATCH] Don't delete original message --- commands/fun/midify.js | 1 - 1 file changed, 1 deletion(-) 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);