We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd19db commit 17ecce8Copy full SHA for 17ecce8
discord_slash/error.py
@@ -10,6 +10,10 @@ class RequestFailure(SlashCommandError):
10
"""
11
Request to Discord API has failed.
12
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
+
17
:ivar status: Status code of failed response.
18
:ivar msg: Message of failed response.
19
0 commit comments