old code for the download command

This commit is contained in:
loicbersier 2020-06-17 18:41:38 +02:00
parent 4dd1177379
commit eb6dad4c90

View file

@ -80,7 +80,8 @@ class DownloadCommand extends Command {
return message.channel.send('An error has occured, I can\'t download from the link you provided because the website has blocked the bot. Please try again later.'); return message.channel.send('An error has occured, I can\'t download from the link you provided because the website has blocked the bot. Please try again later.');
} else { } else {
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.');
} } }
}
let ext = 'mp4'; let ext = 'mp4';