Update commands #10

Closed
pax wants to merge 2 commits from master into master
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@ export default class Lock extends Command {
super(client);
this.name = 'lock';
this.description = 'Locks an account.';
this.permissions = { roles: ['455972169449734144', '643619219988152321'] };
this.usage = `${this.client.config.prefix}lock [username || user ID] [Reason]`;
this.permissions = { roles: ['455972169449734144', '643619219988152321', '662163685439045632'] };
this.enabled = true;
}

View File

@ -7,7 +7,8 @@ export default class Unlock extends Command {
super(client);
this.name = 'unlock';
this.description = 'Unlocks an account.';
this.permissions = { roles: ['455972169449734144', '643619219988152321'] };
this.usage = `${this.client.config.prefix}unlock [username || user ID] [Reason]`;
this.permissions = { roles: ['455972169449734144', '643619219988152321', '662163685439045632'] };
this.enabled = true;
}