From 8fdfa2d05e50e772724d83299e8d68c1147a2866 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 28 Sep 2020 00:07:07 -0400 Subject: [PATCH] disable train cmd --- src/commands/train.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) {