mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Document Forbidden exception in CommandTree.sync
This commit is contained in:
parent
1458251736
commit
907d5e0ee7
@ -854,6 +854,8 @@ class CommandTree(Generic[ClientT]):
|
|||||||
-------
|
-------
|
||||||
HTTPException
|
HTTPException
|
||||||
Syncing the commands failed.
|
Syncing the commands failed.
|
||||||
|
Forbidden
|
||||||
|
The client does not have the ``applications.commands`` scope in the guild.
|
||||||
ClientException
|
ClientException
|
||||||
The client does not have an application ID.
|
The client does not have an application ID.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user