mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Send correct amount of pending members
This commit is contained in:
parent
3ffd1ea10a
commit
87141be688
@ -37,7 +37,7 @@ public class GuildMembersComposer extends MessageComposer {
|
||||
this.response.appendString(this.guild.getName());
|
||||
this.response.appendInt(this.guild.getRoomId());
|
||||
this.response.appendString(this.guild.getBadge());
|
||||
this.response.appendInt(this.guild.getMemberCount());
|
||||
this.response.appendInt(this.level == 3 ? this.guild.getRequestCount() : this.guild.getMemberCount());
|
||||
this.response.appendInt(this.members.size());
|
||||
|
||||
Calendar cal = Calendar.getInstance(TimeZone.getDefault());
|
||||
|
Loading…
Reference in New Issue
Block a user