aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorapple502j <[email protected]>2019-05-18 12:58:12 +0900
committerGitHub <[email protected]>2019-05-18 12:58:12 +0900
commit007b7ebf3a917a533e02501cbb59b3776b8c38ee (patch)
treed5bb88a4b3f702863665746596f851f30ca11a81 /docs
parent[commands] Add missing backtick for is_nsfw docs (diff)
downloaddiscord.py-007b7ebf3a917a533e02501cbb59b3776b8c38ee.tar.xz
discord.py-007b7ebf3a917a533e02501cbb59b3776b8c38ee.zip
Update on_group_join docs
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst
index f6661342..8bd2b2cf 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -562,8 +562,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
.. function:: on_group_join(channel, user)
on_group_remove(channel, user)
- Called when someone joins or leaves a group, i.e. a :class:`PrivateChannel`
- with a :attr:`PrivateChannel.type` of :attr:`ChannelType.group`.
+ Called when someone joins or leaves a :class:`GroupChannel`.
:param channel: The group that the user joined or left.
:param user: The user that joined or left.