Skip to content

Commit

Permalink
Update on_group_join docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j committed May 18, 2019
1 parent 1fac7a7 commit 007b7eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 007b7eb

Please sign in to comment.