mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-08 04:19:06 -06:00
Still working on getting announcement system going
This commit is contained in:
@@ -140,6 +140,7 @@ public class DisCalClient {
|
||||
.then();
|
||||
|
||||
Mono<Void> startAnnouncement = client.on(ReadyEvent.class)
|
||||
.doOnNext(ignore -> LogFeed.log(LogObject.forDebug("Ready event hit in announcement start")))
|
||||
.next()
|
||||
.flatMapMany(ignore -> Flux.interval(Duration.ofMinutes(5)))
|
||||
.onBackpressureBuffer()
|
||||
|
||||
Reference in New Issue
Block a user