mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Show guild creator join date (closes #326)
This commit is contained in:
parent
aeafc99468
commit
8d6677ab17
@ -49,7 +49,7 @@ public class GuildMembersComposer extends MessageComposer {
|
|||||||
this.response.appendInt(member.getUserId());
|
this.response.appendInt(member.getUserId());
|
||||||
this.response.appendString(member.getUsername());
|
this.response.appendString(member.getUsername());
|
||||||
this.response.appendString(member.getLook());
|
this.response.appendString(member.getLook());
|
||||||
this.response.appendString(member.getRank().type < 3 && member.getRank().type > 0 ? cal.get(Calendar.DAY_OF_MONTH) + "/" + (cal.get(Calendar.MONTH) + 1) + "/" + cal.get(Calendar.YEAR) : "");
|
this.response.appendString(member.getRank().type < 3 ? cal.get(Calendar.DAY_OF_MONTH) + "/" + (cal.get(Calendar.MONTH) + 1) + "/" + cal.get(Calendar.YEAR) : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
this.response.appendBoolean(this.isAdmin);
|
this.response.appendBoolean(this.isAdmin);
|
||||||
|
Loading…
Reference in New Issue
Block a user