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