update train

pull/29/head
Matthew 2020-09-27 19:56:38 -04:00
parent d7357c5978
commit 5e77745036
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -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 <channel> <message id> <0: good | 1: bad>`;
this.usage = `${this.client.config.prefix}train <channel> <message id> <1: good | 0: bad>`;
this.permissions = 1;
this.guildOnly = false;
this.enabled = true;