update train
parent
d7357c5978
commit
5e77745036
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue