old code for the download command

akairo
loicbersier 4 years ago
parent 4dd1177379
commit eb6dad4c90

@ -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.');
} else {
return message.channel.send('An error has occured, I can\'t download from the link you provided.');
} }
}
}
let ext = 'mp4';
Loading…
Cancel
Save