From 944cfc8c1e63e8a314f0c6a143e5bb0efca806fc Mon Sep 17 00:00:00 2001 From: Bsian Date: Sun, 29 Mar 2020 02:00:42 +0100 Subject: [PATCH] Disable command --- src/commands/securesign_account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/securesign_account.ts b/src/commands/securesign_account.ts index 0ec1efc..e520df2 100644 --- a/src/commands/securesign_account.ts +++ b/src/commands/securesign_account.ts @@ -9,7 +9,7 @@ export default class SecureSign_Account extends Command { this.name = 'account'; this.description = 'Provides SecureSign account details for currently logged in user'; this.usage = `${this.client.config.prefix}securesign account`; - this.enabled = true; + this.enabled = false; this.guildOnly = false; }