forked from SteamWar/SteamWar
Fix PR stuff
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user