Button Role
Button role will help you to create self-assignable discord roles.

Tips: With Button Role Limit, you can now limit how many users can claim it before the button is disabled. Example from the image above: Weekly Deals (10 remaining).

Use Cases
To create self role system
To share limited role
Confirmation button
/button create role
Add button role to bot existing messages.

Command
/button create role [message_link] [role_1] (label) (emoji) (color) (limit) (role_2 to role_5) (add_role_message) (remove_role_message)
/button create role message_link:
https://discord.com/channels/940682906983075891/941235459596636160/941375669768687626
role_1:@Role B
label:Role B
emoji:
😄 color:Blue
Important: By default only members with Manage Server can use this command. See Discord Slash Command Permissions to customize it.
Check this: [] is a required command option, () is an optional command option.
Command Options
message_link
Specify message by the link or ID
role_1
Specify role to apply
label
Custom button label
emoji
Add emoji to your button label
color <Gray>
Choose gray color for your button (Default)
color <Blue>
Choose blue color for your button
color <Green>
Choose green color for your button
color <Red>
Choose red color for your button
limit
Set button limit before deactivate
role_2 to role_5
Add additional role to the button
role_mode <Add & Remove>
Set role mode to add or remove role it depends if the author has the role or not (Default)
role_mode <Add Only>
Set role mode to add role only
role_mode <Remove Only>
Set role mode to remove role only
add_role_message
Customize the message that user will receive when the role is added
remove_role_message
Customize the message that user will receive when the role is removed
Last updated
Was this helpful?