From 5e777450364d03d7d934e035dd5e1fa195613d51 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 27 Sep 2020 19:56:38 -0400 Subject: [PATCH] update train --- 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 3d72de7..25d224e 100644 --- a/src/commands/train.ts +++ b/src/commands/train.ts @@ -6,7 +6,7 @@ export default class Train extends Command { super(client); this.name = 'train'; this.description = 'Trains a neural network.'; - this.usage = `${this.client.config.prefix}train <0: good | 1: bad>`; + this.usage = `${this.client.config.prefix}train <1: good | 0: bad>`; this.permissions = 1; this.guildOnly = false; this.enabled = true;