diff --git a/discord/threads.py b/discord/threads.py index 70b77d6c2..800a0733a 100644 --- a/discord/threads.py +++ b/discord/threads.py @@ -255,7 +255,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 """