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({