fixes for perms

pull/29/head
Matthew 2020-12-24 22:03:27 -05:00
parent bd53601754
commit ae71b94ad2
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default class TLS extends Command {
this.description = 'Retrieves information about TLS and x509 configuration used by a site.'; this.description = 'Retrieves information about TLS and x509 configuration used by a site.';
this.usage = `${this.client.config.prefix}tls <domain>`; this.usage = `${this.client.config.prefix}tls <domain>`;
this.aliases = ['ssl', 'cert', 'certinfo', 'ci']; this.aliases = ['ssl', 'cert', 'certinfo', 'ci'];
this.permissions = 2; this.permissions = 0;
this.guildOnly = true; this.guildOnly = true;
this.enabled = true; this.enabled = true;
} }