[RedTree] add UserFeedbackCheckFailure for app_commands (#6397)

Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Lemon Rose
2024-07-12 23:00:22 +05:30
committed by GitHub
parent 2e40ec4a1a
commit bf8c0d03b5
7 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.. red app_commands module documentation
====================
App Commands Package
====================
This package acts almost identically to :doc:`discord.ext.app_commands <dpy:interactions/api>`; i.e.
all of the attributes from discord.py's are also in ours.
Some of these attributes, however, have been slightly modified, while others have been added to
extend functionalities used throughout the bot, as outlined below.
.. autoclass:: redbot.core.app_commands.UserFeedbackCheckFailure
:members: