Fix usage of single backticks to links and code-blocks

This commit is contained in:
Jonah Lawrence
2022-10-26 02:26:56 -06:00
committed by GitHub
parent 44c09c17b4
commit d7b6a2ad12
13 changed files with 40 additions and 40 deletions

View File

@ -1181,7 +1181,7 @@ class PartialMessage(Hashable):
If not provided, the channel's default auto archive duration is used.
slowmode_delay: Optional[:class:`int`]
Specifies the slowmode rate limit for user in this channel, in seconds.
The maximum value possible is `21600`. By default no slowmode rate limit
The maximum value possible is ``21600``. By default no slowmode rate limit
if this is ``None``.
reason: Optional[:class:`str`]
The reason for creating a new thread. Shows up on the audit log.