Add edit and delete methods to AppCommand

This commit is contained in:
z03h
2022-05-05 03:20:55 -07:00
committed by GitHub
parent 9793fba338
commit bd727d2b0c
4 changed files with 161 additions and 13 deletions

View File

@ -609,6 +609,9 @@ Exceptions
.. autoexception:: discord.app_commands.CommandNotFound
:members:
.. autoexception:: discord.app_commands.MissingApplicationID
:members:
Exception Hierarchy
~~~~~~~~~~~~~~~~~~~~
@ -629,3 +632,4 @@ Exception Hierarchy
- :exc:`~discord.app_commands.CommandAlreadyRegistered`
- :exc:`~discord.app_commands.CommandSignatureMismatch`
- :exc:`~discord.app_commands.CommandNotFound`
- :exc:`~discord.app_commands.MissingApplicationID`