Skip to content

Commit

Permalink
Fix grammar in FloodgateUuidCommand.java (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
EasyClifton authored Feb 5, 2024
1 parent 9caf051 commit 9003f36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ protected void execute(SlashCommandEvent event) {
case 503 -> {
builder.addField("Global API", "Error " + serverCode, false);
builder.addField("Bedrock Player Name", username, false);
builder.addField("Reason", " The requested account was not cached and we where not able to call the Xbox Live API", false);
builder.addField("Fix", "You have to join a Floodgate server so the Bedrock account will get added to the GlobalAPI cache.", false);
builder.addField("Reason", " The requested account has not yet been cached, and we were unable to call the Xbox Live API", false);
builder.addField("Fix", "You need to join a Floodgate server in order for the Bedrock account to be added to the GlobalAPI cache", false);
builder.setColor(BotColors.FAILURE.getColor());
}
default -> {
Expand Down

0 comments on commit 9003f36

Please sign in to comment.