Add default avatar img
This commit is contained in:
parent
fd14936565
commit
ddd9d070e4
@ -22,7 +22,10 @@ public class GuildStats{
|
|||||||
|
|
||||||
public GuildStats(String userName, int rank, String avatarUrl, long voiceTime, long messageCount, long apiCount) {
|
public GuildStats(String userName, int rank, String avatarUrl, long voiceTime, long messageCount, long apiCount) {
|
||||||
this.userName = userName;
|
this.userName = userName;
|
||||||
|
if(avatarUrl != null)
|
||||||
this.avatarUrl = avatarUrl;
|
this.avatarUrl = avatarUrl;
|
||||||
|
else
|
||||||
|
this.avatarUrl = "https://discordapp.com/assets/dd4dbc0016779df1378e7812eabaa04d.png";
|
||||||
this.voiceTime = voiceTime;
|
this.voiceTime = voiceTime;
|
||||||
this.messageCount = messageCount;
|
this.messageCount = messageCount;
|
||||||
this.apiCount = apiCount;
|
this.apiCount = apiCount;
|
||||||
|
Loading…
Reference in New Issue
Block a user