change message
This commit is contained in:
parent
079e21f0c9
commit
8a7b12d00d
1 changed files with 3 additions and 1 deletions
|
@ -45,10 +45,12 @@ class ytpCommand extends Command {
|
||||||
loadingmsg.delete();
|
loadingmsg.delete();
|
||||||
return message.channel.send('An error has occured, I can\'t download from the link you provided.');
|
return message.channel.send('An error has occured, I can\'t download from the link you provided.');
|
||||||
} else {
|
} else {
|
||||||
return message.channel.send('Video sucessfully added to the pool!');
|
loadingmsg.delete();
|
||||||
|
return message.reply('Video sucessfully added to the pool!');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
loadingmsg.delete();
|
||||||
return message.channel.send('You need a valid video link!');
|
return message.channel.send('You need a valid video link!');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue