Get Started - Learn How To Make Your Bot!
List of all currently Free Items
Added on version 23.1.0b0
on_user_leave(self, user: User) -> None
Called when a user leaves the room.
This method return the User class of the user that left the room where the bot is deployed.
async def on_user_leave(self, user: User) -> None:
print(f"{user.username} left the room")
In this example the bot will print on the terminal the username of the user that left the room: