disable parse commands

merge-requests/4/head
Matthew 2020-03-28 04:57:59 -04:00
parent 2af97851e1
commit 2f2d6d823c
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export default class Parse extends Command {
this.description = 'Gets information on a user\'s x509 certificate.';
this.usage = `${this.client.config.prefix}parse [username || user ID]`;
this.permissions = { roles: ['446104438969466890'] };
this.enabled = false;
}
public async run(message: Message, args: string[]) { // eslint-disable-line

View File

@ -16,6 +16,7 @@ export default class Parseall extends Command {
this.usage = `${this.client.config.prefix}parseall`;
this.permissions = { roles: ['446104438969466890'] };
this.aliases = ['checkcerts', 'verifyall', 'verifycerts'];
this.enabled = false;
}
public async run(message: Message, args: string[]) {