Guilds
such as whether the current logged in account joins/leaves a Guild.See: Description
Class | Description |
---|---|
GenericGuildEvent |
GenericGuildEvent
Fired whenever a Guild event is fired.Every GuildEvent is an instance of this event and can be casted. |
GuildAvailableEvent |
GuildAvailableEvent
Fired if a Guild becomes available.Use: This indicates that a Guild will now start sending events and can be interacted with. |
GuildBanEvent | |
GuildJoinEvent |
GuildJoinEvent
Fired if a you join a Guild .Warning: Discord already triggered a mass amount of these events due to a downtime. |
GuildLeaveEvent | |
GuildUnavailableEvent |
GuildUnavailableEvent
Fired if a Guild becomes unavailable.Possibly due to a downtime. Use: This indicates that a Guild stopped responding. |
GuildUnbanEvent | |
UnavailableGuildJoinedEvent |
UnavailableGuildJoinedEvent
Fired if you joined a Guild that is not yet available.Use: Retrieve id of unavailable Guild. |