forked from Supositware/Haha-Yes
Don't delete original message
This commit is contained in:
parent
6ff2b1211c
commit
8043b0261e
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue