Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit f6a74f7

Browse files
authored
Fix typo in CommandTree.fetch_command's NotFound doc
1 parent 06c1f44 commit f6a74f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/app_commands/tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async def fetch_command(self, command_id: int, /, *, guild: Optional[Snowflake]
162162
NotFound
163163
The application command was not found.
164164
This could also be because the command is a guild command
165-
and the guild was not specified and vise versa.
165+
and the guild was not specified and vice versa.
166166
167167
Returns
168168
--------

0 commit comments

Comments
 (0)