From dc9e728d1b7e32e440f677016484018c0be999ed Mon Sep 17 00:00:00 2001 From: Matthew R Date: Wed, 30 Oct 2019 21:25:42 -0400 Subject: [PATCH] add warn command --- src/commands/warn.ts | 1 + 1 file changed, 1 insertion(+) 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[]) {