mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 01:16:21 +00:00
Fix usage of single backticks to links and code-blocks
This commit is contained in:
@ -155,7 +155,7 @@ class IDConverter(Converter[T_co]):
|
||||
class ObjectConverter(IDConverter[discord.Object]):
|
||||
"""Converts to a :class:`~discord.Object`.
|
||||
|
||||
The argument must follow the valid ID or mention formats (e.g. `<@80088516616269824>`).
|
||||
The argument must follow the valid ID or mention formats (e.g. ``<@80088516616269824>``).
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
||||
|
Reference in New Issue
Block a user