Skip to content

Commit 17ecce8

Browse files
committed
Updated docs
1 parent ecd19db commit 17ecce8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

discord_slash/error.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ class RequestFailure(SlashCommandError):
1010
"""
1111
Request to Discord API has failed.
1212
13+
.. note::
14+
Since release ``1.0.8``, this is only used at :mod:`.utils.manage_commands`. :class:`.http.SlashCommandRequest` uses
15+
exception from discord.py such as :class:`discord.HTTPException`.
16+
1317
:ivar status: Status code of failed response.
1418
:ivar msg: Message of failed response.
1519
"""

0 commit comments

Comments
 (0)