Add a blank field to h.serverstats
This commit is contained in:
parent
58409100b3
commit
546aed85fd
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ public class ServerStatsCommand implements Command {
|
|||
.addField("Member Count", String.valueOf(e.getGuild().getMemberCount()), true)
|
||||
.addField("Explicit Content Level", e.getGuild().getExplicitContentLevel().getKey() + ": " + e.getGuild().getExplicitContentLevel(), true)
|
||||
.addField("Features", e.getGuild().getFeatures().toString().replaceAll("\\[", "`").replaceAll(",", "`, `").replaceAll("]", "`"), true)
|
||||
.addBlankField(true)
|
||||
.setThumbnail(e.getGuild().getIconUrl())
|
||||
.setImage(e.getGuild().getBannerUrl());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue