🎬Event Types
This page lists all types of events that can be used on behaviors.
MESSAGE
MESSAGE
This event is called when a user sends a message to your server.
SLASH_COMMAND
SLASH_COMMAND
This event is called when a slash command is executed by a member of your server. It is quite rare to need this event.
MEMBER_JOIN
MEMBER_JOIN
This event is called when a new member has joined your server.
MEMBER_REMOVE
MEMBER_REMOVE
This event is called when a member has left your server.
Last updated