Bot Maker For Discord

Bot Maker For Discord

Not enough ratings
reaction role
   
Award
Favorite
Favorited
Unfavorite
Command Trigger: Slash Command
Tags: Command
File Size
Posted
255.707 KB
6 Jul @ 7:09am
1 Change Note ( view )

Subscribe to download
reaction role

Description
READ-ME: Reaction Role Buttons

This command currently includes 2 example reaction role buttons.
This guide will show you how to set up the buttons correctly and how to create new buttons with the same functionality.

Set up existing buttons:
1. Go to: #1 Send Message > Components > #1 Button Row > Button "Role 1" > When Pressed, Run > #1 Check If Member Has Role
2. Replace the role ID: Go to Roles > #1 Roles and change Role-ID 1 with your own role ID. Click Done.
3. Open "If True Run Actions" and "If False Run Actions". Add actions:
- Remove Role (For If True)
- Add Role (For If False)
- Send Message
Replace the role ID inside those actions.
4. Repeat the same steps for Role 2.

Create new buttons:
1. Go to: #1 Send Message > Components > #1 Button Row
2. Add a Basic Button
3. Change the button label to your custom name
4. Add an action for "When Pressed, Run..."
5. Double-click the action to edit it
6. Click "Change Action" and choose "Check If Member Has Role"
7. Enter your role ID
8. In "If True Run Actions":
- Add action: Remove Role
- Enter the same role ID
- Add action: Send Message with text like: removed <@&Role-ID>
- In Options, enable: If Possible, Make Message Ephemeral
9. In "If False Run Actions":
- Add action: Add Role
- Enter the same role ID
- Add action: Send Message with text like: added <@&Role-ID>
- In Options, enable: If Possible, Make Message Ephemeral

Done!