Browse Source

Minor docstring consistency nitpick

pull/10109/head
dolfies 4 years ago
parent
commit
22dcc8e352
  1. 4
      discord/client.py

4
discord/client.py

@ -1744,12 +1744,12 @@ class Client:
Raises Raises
------- -------
HTTPException :exc:`.HTTPException`
Failed to create the group direct message. Failed to create the group direct message.
Returns Returns
------- -------
:class:`GroupChannel` :class:`.GroupChannel`
The new group channel. The new group channel.
""" """
users = [str(u.id) for u in recipients] users = [str(u.id) for u in recipients]

Loading…
Cancel
Save