From ec32b71ff90a57bf882e1d686fffc33fd691dd95 Mon Sep 17 00:00:00 2001 From: Aaron Hennessey Date: Tue, 10 Aug 2021 13:34:11 +0100 Subject: [PATCH] [commands] Document GuildNotFound --- docs/ext/commands/api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index efbd3d8fe..93b01343b 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`