diff options
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 7f289ce4..39b96014 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -156,7 +156,7 @@ to handle it, which defaults to print a traceback and ignore the exception. Called whenever a :class:`Member` changes their status or game playing status. - :param server: The :class:`Member` who has had their status changed. + :param member: The :class:`Member` who has had their status changed. .. function:: on_channel_delete(channel) on_channel_create(channel) |