forked from Supositware/Haha-Yes
update aliases
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
a201b05def
commit
e7e244753f
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
module.exports = userBlacklistCommand;
|
Loading…
Reference in a new issue