__on_discord_server_member_join
__on_discord_server_member_join(server, user)
#
Executes when a user joins a server the bot has access to.
Event inputs#
Value | Type | Description |
---|---|---|
server |
Server | The server the user joined. |
user |
User | The user that joined the server. |