Fix broken code blocks in docstrings

This commit is contained in:
Puncher
2022-04-02 23:57:33 +02:00
committed by GitHub
parent 0dbebf87b2
commit 18050aecd7
2 changed files with 2 additions and 2 deletions

View File

@@ -780,7 +780,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
HTTPException
The request to get the archived threads failed.
ValueError
`joined`` was set to ``True`` and ``private`` was set to ``False``. You cannot retrieve public archived
``joined`` was set to ``True`` and ``private`` was set to ``False``. You cannot retrieve public archived
threads that you have joined.
Yields