Removed a redundant alias

Signed-off-by: loicbersier <loic.bersier1@gmail.com>
akairo
loicbersier 3 years ago
parent 2a966f9307
commit e2c855ca61

@ -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'],

Loading…
Cancel
Save