disable train cmd

pull/29/head
Matthew 2020-09-28 00:07:07 -04:00
parent f3fa7560f3
commit 8fdfa2d05e
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -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[]) {