mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix typo in CommandTree.fetch_command's NotFound doc
This commit is contained in:
parent
06c1f44d74
commit
f6a74f74a7
@ -162,7 +162,7 @@ class CommandTree(Generic[ClientT]):
|
|||||||
NotFound
|
NotFound
|
||||||
The application command was not found.
|
The application command was not found.
|
||||||
This could also be because the command is a guild command
|
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
|
Returns
|
||||||
--------
|
--------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user