mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Fix Thread.jump_url docstring
This commit is contained in:
@ -237,7 +237,7 @@ class Thread(Messageable, Hashable):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def jump_url(self) -> str:
|
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
|
.. versionadded:: 2.0
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user