Fix Thread.jump_url docstring

This commit is contained in:
Rapptz 2022-04-13 17:12:44 -04:00
parent b476757720
commit 49f330b4a3

View File

@ -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
"""