From 22dcc8e35280086cdff4f51f7ca23e27ac1dadc8 Mon Sep 17 00:00:00 2001 From: dolfies Date: Mon, 8 Nov 2021 22:31:25 -0500 Subject: [PATCH] Minor docstring consistency nitpick --- discord/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]