mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-24 01:53:01 +00:00
Fix typo in CommandTree.fetch_command's NotFound doc
This commit is contained in:
@@ -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
|
||||||
--------
|
--------
|
||||||
|
Reference in New Issue
Block a user