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}`)
|
exec(`timidity ${output} -Ow -o - | ffmpeg -i - -acodec libmp3lame -ab 64k ${output2}`)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
loadingmsg.delete();
|
loadingmsg.delete();
|
||||||
message.delete();
|
|
||||||
return message.channel.send({files: [output2]})
|
return message.channel.send({files: [output2]})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
console.error(err);
|
console.error(err);
|
||||||
|
|
Loading…
Reference in a new issue