aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-09-05 01:05:08 -0400
committerRapptz <[email protected]>2015-09-05 01:05:08 -0400
commit73919fe1523d6b5e2e61d01b493a080a68766eb0 (patch)
tree86e6e1c0e9e5bb707bdcefda0700c165b4527304 /docs
parentAdd the ability to accept invites. (diff)
downloaddiscord.py-73919fe1523d6b5e2e61d01b493a080a68766eb0.tar.xz
discord.py-73919fe1523d6b5e2e61d01b493a080a68766eb0.zip
Documentation fixes and version bump.v0.5.0
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 0081f29e..38735333 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -18,7 +18,7 @@ Event Reference
~~~~~~~~~~~~~~~~
This page outlines the different types of events listened to by :meth:`Client.event`.
-All events are 'sandboxed', in that if an exception is thrown while the event is called then it is caught and then ignored.
+All events are 'sandboxed', in that if an exception is thrown while the event is called then it is caught and propagated to :func:`on_error`.
.. function:: on_ready()
@@ -69,7 +69,7 @@ All events are 'sandboxed', in that if an exception is thrown while the event is
:param before: A :class:`Message` of the previous version of the message.
:param after: A :class:`Message` of the current version of the message.
-.. function:: on_status(member):
+.. function:: on_status(member)
Called whenever a :class:`Member` changes their status or game playing status.