Frequently Asked Questions
This is a list of Frequently Asked Questions regarding using disnake
and its extension modules. Feel free to suggest a
new at the support server, or submit one via pull requests on the repository.
Legend
bot
refers to thecommands.Bot
object. For example,bot = commands.Bot(command_prefix="!", ...)
.ctx
refers to thecommands.Context
object, whileinter
refers to a version of thedisnake.Interaction
object. For example,async def command(ctx: commands.Context, ...):