diff --git a/src/structure/client/wrappers/InvokerWrapper.js b/src/structure/client/wrappers/InvokerWrapper.js index 5594dd4..b41dc9c 100644 --- a/src/structure/client/wrappers/InvokerWrapper.js +++ b/src/structure/client/wrappers/InvokerWrapper.js @@ -55,6 +55,10 @@ class InvokerWrapper { return this.target.subcommandGroup; } + get deferred() { + return this.target.deferred; + } + inGuild() { return Boolean(this.target.guildId); }