/verify panel

Create a verification panel that allows new users to verify themselves by clicking a button. Upon clicking, the specified role will be added to them β€” granting access to the rest of your server.


πŸ’¬ Usage

/verify panel <role> [title] [description] [color] [emoji]
  • <role> – The role to give users when they verify.

  • [title] – (Optional) Title of the embed.

  • [description] – (Optional) Body text of the embed.

  • [color] – (Optional) Embed color in HEX format (e.g. #43b581).

  • [emoji] – (Optional) Emoji to appear on the verification button.

πŸ” This is ideal for servers with restricted access channels β€” only verified users will be able to see them.


πŸ“Œ Example

/verify panel @Member "Welcome!" "Click the button below to verify yourself." #00cc99 βœ…

This will:

  • Post a verification panel with a button

  • Automatically assign the @Member role to anyone who clicks it

  • Use the provided embed title, description, color, and emoji if included


πŸ—ƒοΈ Notes

  • Verification panels are usually placed in a channel like #verify-here or #start-here.

  • Users can only click the button once β€” after receiving the role, clicking again does nothing.

  • Make sure Pandoryx has permission to manage roles and that its role is higher than the one it’s assigning.


Last updated