mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-01-23 12:29:31 -06:00
This should make it compile now
This commit is contained in:
@@ -60,7 +60,7 @@ class UpdateRsvpEndpoint(val client: DiscordClient) {
|
||||
.hasElement()
|
||||
.then(rsvp.setRole(roleId, client))
|
||||
}
|
||||
}
|
||||
}.then()
|
||||
|
||||
//Handle removals (we do this first just in case they are using the limit)
|
||||
val removalMono: Mono<Void> = Mono.just(body).filter {
|
||||
|
||||
Reference in New Issue
Block a user