1
0
Fork 0

change message

akairo
loicbersier 5 years ago
parent 079e21f0c9
commit 8a7b12d00d

@ -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!');
}
}

Loading…
Cancel
Save