Class IntegrationsUpdateEvent


  • public class IntegrationsUpdateEvent
    extends GuildEvent
    Dispatched when guild integrations are updated.

    This event is dispatched by Discord.

    See Also:
    Guild Integrations Update
    • Method Detail

      • getGuild

        public Mono<Guild> getGuild()
        Requests to retrieve the Guild whose integrations have been updated.
        Returns:
        A Mono where, upon successful completion, emits the Guild involved in the event. If an error is received, it is emitted through the Mono.