diff options
| author | Aaron Hennessey <[email protected]> | 2021-08-10 13:34:11 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-10 08:34:11 -0400 |
| commit | ec32b71ff90a57bf882e1d686fffc33fd691dd95 (patch) | |
| tree | c7b13153880dd30eaa2d379551edb54fbe58492e /docs/ext | |
| parent | [commands] Add GuildStickerConverter (diff) | |
| download | discord.py-ec32b71ff90a57bf882e1d686fffc33fd691dd95.tar.xz discord.py-ec32b71ff90a57bf882e1d686fffc33fd691dd95.zip | |
[commands] Document GuildNotFound
Diffstat (limited to 'docs/ext')
| -rw-r--r-- | docs/ext/commands/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index efbd3d8f..93b01343 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -617,6 +617,7 @@ Exception Hierarchy - :exc:`~.commands.BadArgument` - :exc:`~.commands.MessageNotFound` - :exc:`~.commands.MemberNotFound` + - :exc:`~.commands.GuildNotFound` - :exc:`~.commands.UserNotFound` - :exc:`~.commands.ChannelNotFound` - :exc:`~.commands.ChannelNotReadable` |