Fix PR stuff

This commit is contained in:
2025-01-24 08:21:47 +01:00
parent aa5fcd3811
commit 4db5c50b06
@@ -186,13 +186,7 @@ public class DiscordBot {
}
}).repeat(30, TimeUnit.SECONDS).schedule();
VelocityCore.schedule(() -> {
try {
CouncilChannel.updateAll();
} catch (ErrorResponseException e) {
//ignored
}
}).repeat(1, TimeUnit.HOURS).schedule();
VelocityCore.schedule(CouncilChannel::updateAll).repeat(1, TimeUnit.HOURS).schedule();
jda.addEventListener(
new DiscordTicketHandler(),