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; }