Class GuildCreateEvent


  • public class GuildCreateEvent
    extends GuildEvent
    Dispatched in three different scenarios:
    1. After the bot connects to Discord (after ReadyEvent is dispatched), this event will be dispatched for all guilds the bot is in on this shard.
    2. After an outage (in which many guild deletes will be dispatched), this event will be dispatched as guilds become available again.
    3. When the bot is added to a guild.

    This event is dispatched by Discord.

    See Also:
    Guild Create