Skip to content

React4Roles Help

Jarv edited this page Apr 23, 2023 · 1 revision

What it does

React4Roles lets you have a message which your server members can react to to get roles.

It lets you have required roles to get the role, for example, "You need to be a server booser to get X role".

The bot will add one reaction of each if it can.

Tip: Use !roleIds to get the ids of your server roles.

Format of the command

!react4roles (rule1) (rule2) .... (ruleN)

Format of a rule:

  • For Emoji reacts
    • (EMOJI_NAME ROLE_ID REQUIRED_ROLE_ID*)
      • Examples:
        • (star 1099999999999999999) -> React with ⭐ to get the role LOREM
        • (heart 1099999999999999999 1099999999999999993) -> React with ❤️ to get the role LOREM (Requires role IPSUM)
  • For Emote reacts
    • (EMOTE ROLE_ID REQUIRED_ROLE_ID*)
      • Examples:
        • ( :AYAYA: 1099999999999999999) -> React with :AYAYA: to get the role LOREM

(*) REQUIRED_ROLE_ID is optional.

Clone this wiki locally