diff options
| -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: + |