Browse docs

Discord Panels

Rules, limits, and edge cases for Discord panels.

Panel rules

  • Panels support up to 10 buttons.
  • Button emoji, public title, and public text are optional.
  • Panel buttons can open page lists.
  • Panel buttons can open only fixed-source create commands.
  • If a target create command or page list later becomes invalid, the panel stays visible with a configuration warning.
  • Panels publish one persistent Discord message in one selected channel.
  • If you edit a published panel later, save and publish again to update the live Discord message.
  • If the selected Discord channel later becomes unavailable or the bot loses access, the panel stays visible with a channel error instead of disappearing.

When to use a panel instead of a slash command

Use a panel when the right next step should always be visible in one channel.

Use a slash command when people already know the action name or when the setup needs more flexibility than one fixed launcher message.

Support