Disable command

merge-requests/4/head
Bsian 2020-03-29 02:00:42 +01:00
parent 370f0f2fbf
commit 944cfc8c1e
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export default class SecureSign_Account extends Command {
this.name = 'account'; this.name = 'account';
this.description = 'Provides SecureSign account details for currently logged in user'; this.description = 'Provides SecureSign account details for currently logged in user';
this.usage = `${this.client.config.prefix}securesign account`; this.usage = `${this.client.config.prefix}securesign account`;
this.enabled = true; this.enabled = false;
this.guildOnly = false; this.guildOnly = false;
} }