From eb6dad4c9015b1a3cfc4d97e1e7ce8c2558d4a15 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 17 Jun 2020 18:41:38 +0200 Subject: [PATCH] old code for the download command --- commands/utility/{download.js => download.old} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename commands/utility/{download.js => download.old} (99%) diff --git a/commands/utility/download.js b/commands/utility/download.old similarity index 99% rename from commands/utility/download.js rename to commands/utility/download.old index 24c8d59f..9bbd9a10 100644 --- a/commands/utility/download.js +++ b/commands/utility/download.old @@ -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';