From e2c855ca61b4820924c36308d420a190790f2978 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 16 Jan 2021 09:02:11 +0100 Subject: [PATCH] Removed a redundant alias Signed-off-by: loicbersier --- commands/owner/YtpBlacklist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/owner/YtpBlacklist.js b/commands/owner/YtpBlacklist.js index 68dc5721..7b415ab4 100644 --- a/commands/owner/YtpBlacklist.js +++ b/commands/owner/YtpBlacklist.js @@ -4,7 +4,7 @@ const ytpblacklist = require('../../models').ytpblacklist; class ytpblacklistCommand extends Command { constructor() { super('ytpblacklist', { - aliases: ['YTPBlacklist', 'ytpblacklist', 'yblacklist'], + aliases: ['ytpblacklist', 'yblacklist'], category: 'owner', ownerOnly: 'true', userPermissions: ['MANAGE_MESSAGES'],