fixes for perms
parent
bd53601754
commit
ae71b94ad2
|
@ -45,7 +45,7 @@ export default class TLS extends Command {
|
|||
this.description = 'Retrieves information about TLS and x509 configuration used by a site.';
|
||||
this.usage = `${this.client.config.prefix}tls <domain>`;
|
||||
this.aliases = ['ssl', 'cert', 'certinfo', 'ci'];
|
||||
this.permissions = 2;
|
||||
this.permissions = 0;
|
||||
this.guildOnly = true;
|
||||
this.enabled = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue