forked from Supositware/Haha-Yes
old code for the download command
This commit is contained in:
parent
4dd1177379
commit
eb6dad4c90
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue