From e11aaa05667d00213d52bfbfbe8dee1248d717e1 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 4 Sep 2015 23:50:32 -0400 Subject: Add on_member_update event. --- docs/api.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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) -- cgit v1.2.3