From e7e244753fbe46c82b822fd08c12f39ec61d70e7 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 14 Oct 2020 20:23:27 +0200 Subject: [PATCH] update aliases Signed-off-by: loicbersier --- commands/owner/blacklist.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/owner/blacklist.js b/commands/owner/blacklist.js index d1be3ab..9fc0873 100644 --- a/commands/owner/blacklist.js +++ b/commands/owner/blacklist.js @@ -1,10 +1,10 @@ const { Command } = require('discord-akairo'); const userBlacklist = require('../../models').userBlacklist; -class blacklistCommand extends Command { +class userBlacklistCommand extends Command { constructor() { - super('blacklist', { - aliases: ['blacklist'], + super('userBlacklist', { + aliases: ['userblacklist'], category: 'owner', ownerOnly: 'true', userPermissions: ['MANAGE_MESSAGES'], @@ -54,4 +54,4 @@ class blacklistCommand extends Command { } } -module.exports = blacklistCommand; \ No newline at end of file +module.exports = userBlacklistCommand; \ No newline at end of file