forked from Supositware/Haha-Yes
Added new alias "donators"
This commit is contained in:
parent
11bb5ef7c3
commit
0b0d4a66c5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const donator = require('../../models').donator;
|
||||||
class donatorCommand extends Command {
|
class donatorCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('donator', {
|
super('donator', {
|
||||||
aliases: ['donator'],
|
aliases: ['donator', 'donators'],
|
||||||
category: 'utility',
|
category: 'utility',
|
||||||
clientPermissions: ['SEND_MESSAGES'],
|
clientPermissions: ['SEND_MESSAGES'],
|
||||||
description: {
|
description: {
|
||||||
|
|
Loading…
Reference in a new issue