From ae71b94ad2751068e7db3cf7f431f599bd4ba28e Mon Sep 17 00:00:00 2001 From: Matthew R Date: Thu, 24 Dec 2020 22:03:27 -0500 Subject: [PATCH] fixes for perms --- src/commands/tls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }