forked from Supositware/Haha-Yes
Removed a redundant alias
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
2a966f9307
commit
e2c855ca61
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const ytpblacklist = require('../../models').ytpblacklist;
|
||||||
class ytpblacklistCommand extends Command {
|
class ytpblacklistCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('ytpblacklist', {
|
super('ytpblacklist', {
|
||||||
aliases: ['YTPBlacklist', 'ytpblacklist', 'yblacklist'],
|
aliases: ['ytpblacklist', 'yblacklist'],
|
||||||
category: 'owner',
|
category: 'owner',
|
||||||
ownerOnly: 'true',
|
ownerOnly: 'true',
|
||||||
userPermissions: ['MANAGE_MESSAGES'],
|
userPermissions: ['MANAGE_MESSAGES'],
|
||||||
|
|
Loading…
Reference in a new issue