diff --git a/src/commands/tls.ts b/src/commands/tls.ts index ddfe0c9..4de878e 100644 --- a/src/commands/tls.ts +++ b/src/commands/tls.ts @@ -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 `; this.aliases = ['ssl', 'cert', 'certinfo', 'ci']; - this.permissions = 2; + this.permissions = 0; this.guildOnly = true; this.enabled = true; }