Class IntegrationCreateEvent


  • public class IntegrationCreateEvent
    extends Event
    Dispatched when an integration is created. This event is dispatched by Discord.
    See Also:
    Integration Create
    • Method Detail

      • getGuildId

        public Snowflake getGuildId()
        Gets the id of the guild.
        Returns:
        The id of the guild.
      • getIntegration

        public Integration getIntegration()
        Gets the integration created.
        Returns:
        The integration created.