From 26e2224e20211b6600c60dde5b51038e038b3a11 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 6 Jun 2021 15:05:28 -0400 Subject: [PATCH] Fix --- framework/Command.js | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/Command.js b/framework/Command.js index 59abff35..03d3bdc6 100644 --- a/framework/Command.js +++ b/framework/Command.js @@ -18,6 +18,7 @@ module.exports = class Command { this.guildOnly = options.guildOnly || false; this.patronOnly = options.patronOnly || false; this.guarded = options.guarded || false; + this.unknown = options.unknown || false; this.throttling = options.throttling || { usages: 2, duration: 5 }; this.credit = options.credit || []; this.credit.push({