> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xvz.wtf/llms.txt
> Use this file to discover all available pages before exploring further.

# roles buttons

# Setup role buttons to a embed (you need to have a embed first) with our [embed builder](https://xvz.wtf/embed-builder) and use \`;embed create \[channel] \[raw]

<Accordion title="How to setup?">
  <CodeGroup>
    ```text synax theme={null}
    ;rolebuttons add <message_url> <emoji> <role>
    ```

    ```text example theme={null}
    ;rolebuttons add https://discord.com/channels/1318933033855877131/1370879890844287047/1419338060826411008 ✅ @verified
    ```
  </CodeGroup>
</Accordion>

<Frame>
  <img src="https://mintcdn.com/xvz/xToQxGASptsEd2zH/images/rbuttons.png?fit=max&auto=format&n=xToQxGASptsEd2zH&q=85&s=d2df6c4847870ba2ac595651a5d386f2" width="634" height="381" data-path="images/rbuttons.png" />
</Frame>

<Accordion title="How to remove roles buttons">
  <CodeGroup>
    ```text synax theme={null}
    ;rolebuttons remove <message_url> [role]
    ```

    ```text example theme={null}
    ;rolebuttons remove https://discord.com/channels/1449509963683725406/1449531091487817850/1449531123712528506
    role not required to provide 
    ```
  </CodeGroup>
</Accordion>

<Frame>
  <img src="https://mintcdn.com/xvz/xToQxGASptsEd2zH/images/rbttt.png?fit=max&auto=format&n=xToQxGASptsEd2zH&q=85&s=a7514d223f04560ba5b5423e7b82f7c2" width="535" height="354" data-path="images/rbttt.png" />
</Frame>

# Troubleshooting

<Note>
  If custom emojis does not work , `;emoji add (emoji)` and retry the setup
</Note>
