update train
parent
d7357c5978
commit
5e77745036
|
@ -6,7 +6,7 @@ export default class Train extends Command {
|
||||||
super(client);
|
super(client);
|
||||||
this.name = 'train';
|
this.name = 'train';
|
||||||
this.description = 'Trains a neural network.';
|
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.permissions = 1;
|
||||||
this.guildOnly = false;
|
this.guildOnly = false;
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
|
|
Loading…
Reference in New Issue