disable train cmd
parent
f3fa7560f3
commit
8fdfa2d05e
|
@ -9,7 +9,7 @@ export default class Train extends Command {
|
|||
this.usage = `${this.client.config.prefix}train <channel> <message id> <1: good | 0: bad>`;
|
||||
this.permissions = 1;
|
||||
this.guildOnly = false;
|
||||
this.enabled = true;
|
||||
this.enabled = false;
|
||||
}
|
||||
|
||||
public async run(message: Message, args: string[]) {
|
||||
|
|
Loading…
Reference in New Issue