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
botrefers to thecommands.Botobject. For example,bot = commands.Bot(command_prefix="!", ...).ctxrefers to thecommands.Contextobject, whileinterrefers to a version of thedisnake.Interactionobject. For example,async def command(ctx: commands.Context, ...):