From 49f330b4a30bf9fa72e1462ef2c6c0d8332835f2 Mon Sep 17 00:00:00 2001 From: Rapptz <rapptz@gmail.com> Date: Wed, 13 Apr 2022 17:12:44 -0400 Subject: [PATCH] Fix Thread.jump_url docstring --- discord/threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/threads.py b/discord/threads.py index f6bc68f8e..6451bca21 100644 --- a/discord/threads.py +++ b/discord/threads.py @@ -237,7 +237,7 @@ class Thread(Messageable, Hashable): @property def jump_url(self) -> str: - """:class:`str`: The string that allows you to mention the thread. + """:class:`str`: Returns a URL that allows the client to jump to the thread. .. versionadded:: 2.0 """