diff --git a/src/main/java/net/romvoid/crashbot/commands/StatusCommand.java b/src/main/java/net/romvoid/crashbot/commands/StatusCommand.java index 81c6acd..5557442 100644 --- a/src/main/java/net/romvoid/crashbot/commands/StatusCommand.java +++ b/src/main/java/net/romvoid/crashbot/commands/StatusCommand.java @@ -59,7 +59,7 @@ try { iisreply = MCPing.getPing(iisoptions); } catch (IOException ex) { - embed.addField("", "IIS server - FAIL", false); + embed.addField("IIS server - FAIL", "", false); embed.setColor(Color.red); return; } @@ -74,7 +74,7 @@ try { impactreply = MCPing.getPing(impactoptions); } catch (IOException ex) { - embed.addField("", "IMPACT server - FAIL", false); + embed.addField("IMPACT server - FAIL", "", false); embed.setColor(Color.red); return; }