Browse Source

Fix Thread.jump_url docstring

pull/10109/head
Rapptz 3 years ago
committed by dolfies
parent
commit
d8bea2b300
  1. 2
      discord/threads.py

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

Loading…
Cancel
Save