From f6a74f74a7aed0879fc086805eae8873e745d0ea Mon Sep 17 00:00:00 2001 From: will <33510837+danrfq@users.noreply.github.com> Date: Sat, 4 Jun 2022 14:25:06 +0700 Subject: [PATCH] Fix typo in CommandTree.fetch_command's NotFound doc --- discord/app_commands/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/app_commands/tree.py b/discord/app_commands/tree.py index 53650bf36..a901c8f44 100644 --- a/discord/app_commands/tree.py +++ b/discord/app_commands/tree.py @@ -162,7 +162,7 @@ class CommandTree(Generic[ClientT]): NotFound The application command was not found. This could also be because the command is a guild command - and the guild was not specified and vise versa. + and the guild was not specified and vice versa. Returns --------