/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 itUse 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.
π Related Commands
/verify panel_edit
β Edit the verification panelβs embed or button
Last updated