Browse Source

Fix typo in CommandTree.fetch_command's NotFound doc

pull/8109/head
will 3 years ago
committed by GitHub
parent
commit
f6a74f74a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/app_commands/tree.py

2
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
--------

Loading…
Cancel
Save