diff options
| author | ReinaSakuraba <[email protected]> | 2017-08-30 20:18:41 -0700 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-08-30 23:21:04 -0400 |
| commit | 12a371bfb8e2accdf3552821c245177a7160ff6b (patch) | |
| tree | d92e08a30b7305657e55948652ef0d7ea1d5ebae /docs/ext | |
| parent | [commands] Have (bot_)has_permissions provide better failure responses (diff) | |
| download | discord.py-12a371bfb8e2accdf3552821c245177a7160ff6b.tar.xz discord.py-12a371bfb8e2accdf3552821c245177a7160ff6b.zip | |
[commands] Add MissingPermissions and BotMissingPermissions
Diffstat (limited to 'docs/ext')
| -rw-r--r-- | docs/ext/commands/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index 26733074..61ed0151 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -214,3 +214,9 @@ Errors .. autoexception:: discord.ext.commands.NotOwner :members: +.. autoexception:: discord.ext.commands.MissingPermissions + :members: + +.. autoexception:: discord.ext.commands.BotMissingPermissions + :members: + |