diff --git a/src/commands/warn.ts b/src/commands/warn.ts index f125134..ea27d96 100644 --- a/src/commands/warn.ts +++ b/src/commands/warn.ts @@ -10,6 +10,7 @@ export default class Warn extends Command { this.description = 'Sends an official warning to user.'; this.usage = `${this.client.config.prefix}warn [username || user ID]`; this.permissions = { roles: ['446104438969466890'] }; + this.enabled = true; } public async run(message: Message, args: string[]) {