Disable command
parent
370f0f2fbf
commit
944cfc8c1e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue