This commit is contained in:
okx-code
2025-11-11 00:06:28 +00:00
parent f16a2453f3
commit ed99b5dea5

View File

@@ -45,7 +45,7 @@ public class PatreonHandler extends RabbitInput {
}
if (user.data().remove(InheritanceNode.builder(listedGroup).build()).wasSuccessful()) {
modified = true;
KiraGateway.getInstance().logger.info("Pateron: Removed {} from {} ({})", listedGroup, user.getUsername(), uuid);
KiraGateway.getInstance().logger.info("Patreon: Removed {} from {} ({})", listedGroup, user.getUsername(), uuid);
}
}
if (group == null) {