diff --git a/src/commands/train.ts b/src/commands/train.ts index 25d224e..bd68c06 100644 --- a/src/commands/train.ts +++ b/src/commands/train.ts @@ -9,7 +9,7 @@ export default class Train extends Command { this.usage = `${this.client.config.prefix}train <1: good | 0: bad>`; this.permissions = 1; this.guildOnly = false; - this.enabled = true; + this.enabled = false; } public async run(message: Message, args: string[]) {