diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js index 8aeb2b07..a6863929 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -45,10 +45,12 @@ class ytpCommand extends Command { loadingmsg.delete(); return message.channel.send('An error has occured, I can\'t download from the link you provided.'); } else { - return message.channel.send('Video sucessfully added to the pool!'); + loadingmsg.delete(); + return message.reply('Video sucessfully added to the pool!'); } }); } else { + loadingmsg.delete(); return message.channel.send('You need a valid video link!'); } }