Skip to main content

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 the commands.Bot object. For example, bot = commands.Bot(command_prefix="!", ...).
  • ctx refers to the commands.Context object, while inter refers to a version of the disnake.Interaction object. For example, async def command(ctx: commands.Context, ...):