Remove redundant comment in AppealDiscord and enhance state handling in SentComponent.
This commit is contained in:
@@ -40,7 +40,6 @@ public class AppealDiscord {
|
||||
}
|
||||
});
|
||||
|
||||
// Fetch counts for user
|
||||
CompletableFuture<Integer> bansF = getCountAsync(HistoryType.BAN, appeal.uuid());
|
||||
CompletableFuture<Integer> mutesF = getCountAsync(HistoryType.MUTE, appeal.uuid());
|
||||
CompletableFuture<Integer> warnsF = getCountAsync(HistoryType.WARN, appeal.uuid());
|
||||
|
||||
Reference in New Issue
Block a user