App Commands Package

This package acts almost identically to discord.ext.app_commands; 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.

class redbot.core.app_commands.UserFeedbackCheckFailure(message=None, *args)[source]

Bases: CheckFailure

A version of CheckFailure responding with a custom error message.