Browse Source

[commands] Document GuildNotFound

pull/7362/head
Aaron Hennessey 4 years ago
committed by GitHub
parent
commit
ec32b71ff9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/ext/commands/api.rst

1
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`

Loading…
Cancel
Save