From 5ee809291529213debc3f35385c3e14a7e65146e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Wed, 17 Jun 2020 22:36:48 +0000 Subject: [PATCH 1/2] Forgot to change back the alias --- commands/utility/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/download.js b/commands/utility/download.js index 8ba6867e..1ae129f5 100644 --- a/commands/utility/download.js +++ b/commands/utility/download.js @@ -8,7 +8,7 @@ const fs = require('fs'); class DownloadCommand extends Command { constructor() { super('download2', { - aliases: ['download2', 'dl2'], + aliases: ['download', 'dl'], category: 'utility', clientPermissions: ['SEND_MESSAGES', 'EMBED_LINKS', 'ATTACH_FILES'], args: [ From 27597eabc10023b14c6376bf624ee14e6318b1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Wed, 17 Jun 2020 23:36:09 +0000 Subject: [PATCH 2/2] Remove a reference to download2 --- commands/utility/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/download.js b/commands/utility/download.js index 1ae129f5..667d04cd 100644 --- a/commands/utility/download.js +++ b/commands/utility/download.js @@ -7,7 +7,7 @@ const fs = require('fs'); class DownloadCommand extends Command { constructor() { - super('download2', { + super('download', { aliases: ['download', 'dl'], category: 'utility', clientPermissions: ['SEND_MESSAGES', 'EMBED_LINKS', 'ATTACH_FILES'],