# Change Log

{% hint style="info" %}
Change log dates are in American format! (MM-DD-YYYY)
{% endhint %}

<details>

<summary><mark style="color:green;">[3-30-2023]</mark> 2.2.0 => 2.2.1</summary>

### Fixed/Changed

* Fixed bot being completely unresponsive to buttons
* Disabled configuration of Embed Colors due to a detrimental bug.

</details>

<details>

<summary><mark style="color:green;">[01-11-2023]</mark> 2.1.0 => 2.2.0</summary>

### **Added**&#x20;

* You can now choose what monitors you want to see (instead of 1 or all)
* Websites now take an optional name&#x20;
* Bedrock servers now take an optional name&#x20;

### **Fixed/Changed**&#x20;

* Updated to Djs v14 for stability!

</details>

<details>

<summary><mark style="color:green;">[01-02-2023]</mark> 2.0.1 => 2.1.0</summary>

### Added

* Now accepts *Channel Names* as an argument
* Now accepts *Bot Names/Tags* as an argument
* Added *Bot Display* to *Monitor Configuration*

### Fixed

* Minor bug fixes behind the scenes

</details>

<details>

<summary><mark style="color:green;">[10-09-2022]</mark> 2.0.0 => 2.0.1</summary>

### Fixed

* Major bug affecting the `Report Bug` button.&#x20;
* Major bug disallowing usage of default emojis when `USE_EXTERNAL_EMOJI` is disabled.

</details>

<details>

<summary> <mark style="color:green;">[10-04-2022]</mark> 1.5.3 => 2.0.0</summary>

### Added

* [/config](/commands/config.md) - Configure monitor settings!
* Slash Commands (Yes, we still support prefixed!)
* Minecraft (Bedrock) Monitor
* Ability to use Custom Emojis
* Monitor Pages - All Monitors are no longer on one embed, now on 3 separate embeds which you can choose to see one or all!

### Fixed/Changed

* Bug Report Modal now allows for more specific detail
* Monitors are now sent in Webhooks instead of Messages! (<mark style="color:red;">Requires Reconfiguration</mark>)

### Removed

* $sites - Removed in favor of [/config](/commands/config.md)
* $bots - Removed in favor of [/config](/commands/config.md)
* $channel - Removed in favor of[ /config](/commands/config.md)
* $reset - Removed in favor of [/config](/commands/config.md)
* $ping - Removed in favor of [/bot](/commands/bot.md)
* $guilds - Removed in favor of [/bot](/commands/bot.md)

### Plans&#x20;

* Custom Site Names - See Site Names instead of URLs on Monitors
* Ability to choose whether you want to see the MENTION or USERNAME of bot on Monitors
* More Customizability and User-Friendliness

</details>

<details>

<summary><mark style="color:green;">[9-12-2022]</mark> 1.5.2 => 1.5.3</summary>

### Fixed

* Major bug affecting usage of $bots\
  -> No Response when bot not found.
* Major bug affecting usage of $channel\
  -> Channel would still set even if permissions were invalid.
* Fixed wrong guild count in $guilds\
  -> Gave guild shard count when wanted total.

</details>

<details>

<summary><mark style="color:green;">[07-28-2022]</mark> 1.0.0 => 1.5.2</summary>

### Added

* The bot is now sharded, This improves stability and allows the monitor to update back at 1 minute!
* You can now manually remove bots from the monitor **$bots -r @bot**

### Fixed

* Removing websites actually works now&#x20;

### Removed

* Months worth of data [(Read More)](https://status.rickyjs.xyz/incident/104512)

</details>

<details>

<summary> <mark style="color:green;">[09-24-2021]</mark> 0.0.0 => 1.0.0</summary>

### Added

* Bot Monitor
* Site Monitor
* Online/Total Ratio status
* Button to report bug

</details>


---

# 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/changelog.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.
