Fix typo in CommandTree.fetch_command's NotFound doc

This commit is contained in:
will 2022-06-04 14:25:06 +07:00 committed by GitHub
parent 06c1f44d74
commit f6a74f74a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
--------