Skip to content

Commit

Permalink
Fix typo in CommandTree.fetch_command's NotFound doc
Browse files Browse the repository at this point in the history
  • Loading branch information
danrfq committed Jun 4, 2022
1 parent 06c1f44 commit f6a74f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/app_commands/tree.py
Expand Up @@ -162,7 +162,7 @@ async def fetch_command(self, command_id: int, /, *, guild: Optional[Snowflake]
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
--------
Expand Down

0 comments on commit f6a74f7

Please sign in to comment.