Browse Source
Fix typo in CommandTree.fetch_command's NotFound doc
pull/8109/head
will
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/app_commands/tree.py
|
|
@ -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 |
|
|
|
-------- |
|
|
|