mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Add on_member_update event.
This commit is contained in:
@ -80,6 +80,12 @@ All events are 'sandboxed', in that if an exception is thrown while the event is
|
||||
|
||||
:param member: The :class:`Member` that joined or left.
|
||||
|
||||
.. function:: on_member_update(member)
|
||||
|
||||
Called when a :class:`Member` updates their profile.
|
||||
|
||||
:param member: The :class:`Member` that updated their profile with the updated info.
|
||||
|
||||
.. function:: on_server_create(server)
|
||||
on_server_delete(server)
|
||||
|
||||
|
Reference in New Issue
Block a user