added missing getter
This commit is contained in:
parent
f2eef4f122
commit
d3e9558f4e
@ -55,6 +55,10 @@ class InvokerWrapper {
|
|||||||
return this.target.subcommandGroup;
|
return this.target.subcommandGroup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get deferred() {
|
||||||
|
return this.target.deferred;
|
||||||
|
}
|
||||||
|
|
||||||
inGuild() {
|
inGuild() {
|
||||||
return Boolean(this.target.guildId);
|
return Boolean(this.target.guildId);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user