diff --git a/src/structure/client/wrappers/GuildWrapper.js b/src/structure/client/wrappers/GuildWrapper.js index 81762aa..794e86d 100644 --- a/src/structure/client/wrappers/GuildWrapper.js +++ b/src/structure/client/wrappers/GuildWrapper.js @@ -345,6 +345,10 @@ class GuildWrapper { return this.guild.id; } + get shardId() { + return this.guild.shardId; + } + get maximumMembers() { return this.guild.maximumMembers; }