# /config

{% hint style="danger" %}
In version 3.0.0, this command will massively change and no longer appear nor act like it currently does. More information is provided [here](/version-3.md).
{% endhint %}

Using this command

{% hint style="warning" %}
This command is limited to users with **`ADMINISTRATOR`** permissions.
{% endhint %}

### Response (Slash):

<figure><img src="/files/gEMtaf03GpV4jDiPuGP9" alt=""><figcaption></figcaption></figure>

## Response (Legacy):

### Pressing a button opens a Discord Modal to start configuration!

<figure><img src="/files/8ptzGCmClKUhWJJPKYcX" alt=""><figcaption></figcaption></figure>

## Buttons:

{% tabs %}
{% tab title="Config Embed" %}

<table><thead><tr><th width="150">Name</th><th width="284.24829669205394">Description</th><th>How to Configure</th></tr></thead><tbody><tr><td>Color</td><td>Change the Embed Color</td><td>Input a <a href="https://www.color-hex.com/">Hex Code</a> or <a href="https://gist.github.com/thomasbnt/b6f455e2c7d743b796917fa3c205f812">Discord Color Name</a></td></tr><tr><td>Author</td><td>Change the Embed Author</td><td>Input a string of text</td></tr><tr><td>Online Emoji</td><td>Change the Online Emoji</td><td>Input a Custom or Default Emoji of your liking</td></tr><tr><td>Offline Emoji</td><td>Change the Offline Emoji</td><td>Input a Custom or Default Emoji of your liking</td></tr></tbody></table>

<figure><img src="/files/8OjXyQMCDCqR9T38lHqz" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Config Monitor" %}

<table><thead><tr><th>Name</th><th width="254.66666666666666">Description</th><th>How to Configure</th></tr></thead><tbody><tr><td>Channel</td><td>Change the Monitor Channel</td><td>Input a Channel Name or ID</td></tr><tr><td>Bots</td><td>Change the Bot Monitor</td><td>Input the Bot(s) separated by a new line</td></tr><tr><td>Bot Display</td><td>Change how bots are displayed</td><td>input "Mention", "Tag", or "Username"</td></tr><tr><td>Sites</td><td>Change the Site Monitor</td><td>Input Site URL's separated by a new line</td></tr><tr><td>Minecraft</td><td>Change the Minecraft Monitor</td><td>Input Minecraft IP's separated by a new line</td></tr></tbody></table>

<figure><img src="/files/I64Q9nGBVmVHT8N72x9X" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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://statusnotifier.rickyjs.xyz/commands/config.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.
