diff --git a/discord/app_commands/tree.py b/discord/app_commands/tree.py index 8f7a46f10..314ba5d9c 100644 --- a/discord/app_commands/tree.py +++ b/discord/app_commands/tree.py @@ -854,6 +854,8 @@ class CommandTree(Generic[ClientT]): ------- HTTPException Syncing the commands failed. + Forbidden + The client does not have the ``applications.commands`` scope in the guild. ClientException The client does not have an application ID.