From ab5cec535b2178639e2f869a57df96dd3b307a05 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 6 Jul 2024 02:04:37 +0100 Subject: [PATCH] update sync cmd title --- .../bat/features/autorole/command/SyncSubCommand.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/cc/fascinated/bat/features/autorole/command/SyncSubCommand.java b/src/main/java/cc/fascinated/bat/features/autorole/command/SyncSubCommand.java index 89952f4..9a241f4 100644 --- a/src/main/java/cc/fascinated/bat/features/autorole/command/SyncSubCommand.java +++ b/src/main/java/cc/fascinated/bat/features/autorole/command/SyncSubCommand.java @@ -87,10 +87,9 @@ public class SyncSubCommand extends BatCommand { // We're finished giving all the roles if (finished == members.size()) { EmbedDescriptionBuilder description = new EmbedDescriptionBuilder( - "Successfully gave auto roles to `%s` member%s that %s missing them!".formatted( + "Successfully gave auto roles to `%s` member%s".formatted( members.size(), - members.size() == 1 ? "" : "s", - members.size() == 1 ? "was" : "were" + members.size() == 1 ? "" : "s" )); description.emptyLine(); description.appendLine("**Auto Roles Given:**", false);