There is a bug
This commit is contained in:
parent
887a494509
commit
c7fd92fbaf
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ public class ServerStatsCommand implements Command {
|
|||
"commands.misc.serverstats.description", e.getGuild().getName())
|
||||
.addField("Owner", e.getGuild().getOwner().getUser().getAsTag(), false)
|
||||
.addField("ID", e.getGuild().getId(), false)
|
||||
.addField("Region", e.getGuild().getRegion().getName(), false)
|
||||
.setThumbnail(e.getGuild().getIconUrl())
|
||||
.setImage(e.getGuild().getBannerUrl())
|
||||
.build()).queue();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue