mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-14 17:59:48 +00:00
Fix bolded HTTPException not working due to rST limitation
This commit is contained in:
parent
c43d302a28
commit
cbf02eda0c
@ -146,7 +146,7 @@ class RateLimited(DiscordException):
|
|||||||
This is not raised during global ratelimits.
|
This is not raised during global ratelimits.
|
||||||
|
|
||||||
Since sometimes requests are halted pre-emptively before they're
|
Since sometimes requests are halted pre-emptively before they're
|
||||||
even made, **this does not subclass :exc:`HTTPException`.**
|
even made, this **does not** subclass :exc:`HTTPException`.
|
||||||
|
|
||||||
.. versionadded:: 2.0
|
.. versionadded:: 2.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user