mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Fix usage of single backticks to links and code-blocks
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user