diff --git a/discord/client.py b/discord/client.py index e0c28dac1..3699213ee 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1744,12 +1744,12 @@ class Client: Raises ------- - HTTPException + :exc:`.HTTPException` Failed to create the group direct message. Returns ------- - :class:`GroupChannel` + :class:`.GroupChannel` The new group channel. """ users = [str(u.id) for u in recipients]