aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-09-04 23:50:32 -0400
committerRapptz <[email protected]>2015-09-04 23:50:32 -0400
commite11aaa05667d00213d52bfbfbe8dee1248d717e1 (patch)
treed4394f779d07cce193896dda8a5674c6cc44272b /docs
parentAdd support for creating invites. (diff)
downloaddiscord.py-e11aaa05667d00213d52bfbfbe8dee1248d717e1.tar.xz
discord.py-e11aaa05667d00213d52bfbfbe8dee1248d717e1.zip
Add on_member_update event.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst6
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)