diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 23f1e458..945f34e6 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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) |