wrapper getter
This commit is contained in:
parent
a75bce24f7
commit
53b894aea1
@ -345,6 +345,10 @@ class GuildWrapper {
|
|||||||
return this.guild.id;
|
return this.guild.id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get shardId() {
|
||||||
|
return this.guild.shardId;
|
||||||
|
}
|
||||||
|
|
||||||
get maximumMembers() {
|
get maximumMembers() {
|
||||||
return this.guild.maximumMembers;
|
return this.guild.maximumMembers;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user