mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Document Forbidden exception in CommandTree.sync
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user