Skip to content

Commit ff00158

Browse files
authored
Fix grammar in FloodgateUuidCommand.java
1 parent 9caf051 commit ff00158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/geysermc/discordbot/commands/FloodgateUuidCommand.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ protected void execute(SlashCommandEvent event) {
8282
case 503 -> {
8383
builder.addField("Global API", "Error " + serverCode, false);
8484
builder.addField("Bedrock Player Name", username, false);
85-
builder.addField("Reason", " The requested account was not cached and we where not able to call the Xbox Live API", false);
86-
builder.addField("Fix", "You have to join a Floodgate server so the Bedrock account will get added to the GlobalAPI cache.", false);
85+
builder.addField("Reason", " The requested account has not yet been cached, and we were unable to call the Xbox Live API", false);
86+
builder.addField("Fix", "You need to join a Floodgate server in order for the Bedrock account to be added to the GlobalAPI cache", false);
8787
builder.setColor(BotColors.FAILURE.getColor());
8888
}
8989
default -> {

0 commit comments

Comments
 (0)