> For the complete documentation index, see [llms.txt](https://docs.sxbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sxbot.io/sx-live-streaming-bot/how-to-setup-kick-subscriber-roles-on-discord.md).

# How to setup Kick Subscriber roles on Discord

### Set Up Subscriber Roles for Kick.com Streamers in Discord

1. [**Invite the Bot**](https://invite.sxbot.io) if you haven’t already.
2. **Create an embed for subscriber role**:
   * Example: **`/subscriber role xqc @kick-subscriber`**
   * This command will generate a message/embed with a button that users can click to receive the subscriber role if they are currently subscribed.
3. **All done!** Users who click the button will get the subscriber role while they are subscribed.

{% hint style="info" %}
The **`grace-period`** option automatically remove the role after a set period if they unsubscribe.
{% endhint %}

<figure><img src="/files/ERsj2jyYn6lNbvF0y7Zw" alt="Kick subscriber role example" width="563"><figcaption><p>Kick subscriber role example</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sxbot.io/sx-live-streaming-bot/how-to-setup-kick-subscriber-roles-on-discord.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
