# Changelog

## Kariari is now Eventcord

Kariari's name is now Eventcord! All the bot's functions are the same, just under a new name. In addition, all domain traffic has been changed to [eventcord.xyz](https://eventcord.xyz).

{% content-ref url="/pages/-MHaE0K1qNmgc5uIUuGE" %}
[Kariari Becomes Eventcord](/bot-info/kariari-becomes-eventcord.md)
{% endcontent-ref %}

## 3.5.4 - Jan 5, 2023

* Added support for voice text channels
* Fixed lyrics command not showing all pages

## 3.5.3 - Jan 1, 2023

* All commands are now slash commands
* Added new /setup command

## 3.5 - Aug 11, 2021

* Added Slash Command support
* Replaced reactions with buttons and dropdowns

## 3.4 - May 29, 2021

* Karaoke events now work with stage channels
* Members can now earn XP for each minute they spend in a voice channel

## 3.3 - April 16, 2021

* New leveling system ([docs page](/using-the-bot/leveling.md))
* Can limit the group size of events
* Fixed issue with members being stuck as muted if an error occurs during muting
* Bot now changes its nickname to "Eventcord" when it joins a guild and it has permission to do so. This prevents confusion with the bot naming.

## 3.2 - March 6, 2021

* Eventcord now features a dashboard at [d.eventcord.xyz](https://d.eventcord.xyz)
* Can now remove the group in event position 0 after a cycle

## 3.1 - August 21, 2020

* Events will now timeout after a certain period of time (2 hours at release)
* Automatically cycle your event using **;autocycle**!
* Vote to kick bad members from an event using **;votekick**&#x20;
* You can try allowing an event to self moderate and run using **;autocycle** and **;votekick**!
* ;uwuify
* Renamed "boosts" to stars to avoid confusion with Discord boosting

## 3.0 - July 7, 2020

What changed:

* Migration to [eris-fleet](https://github.com/danclay/eris-fleet) for shard, cluster, and service management
* Changed naming conventions
  * Queues and sessions have become events
  * A queue is a part of an event
* Multiple events are now allowed in each server
  * You can only have one event per text channel and per voice channel if using a karaoke event
  * New command `;events` which lists all events running on the server
  * Ability to start events in other channels by mentioning the channel in the end of your start command (`;start [event message] [mentioned channel to start the event])` The channel defaults to the channel the command was used in
  * Ability to end events in other channels (`;end`)
* Join in the queue with friends in the same event position as them
  * Done by mentioning the friend in the event you want to join when using the join command (`;join [@friend]`)
  * In the karaoke event, this allows for duets, trios, etc.

## 2.1 - April 28, 2020

What changed:

* Added [NSFW configuration](/using-the-bot/configuration.md#change-nsfw-tolerance) (currently only used for the `;weeb` command)
* Updated `;coronavirus` command with the [CDC's updated symptom list](https://www.cdc.gov/coronavirus/2019-ncov/symptoms-testing/symptoms.html) and [CDC's new cloth mask recommendation](https://www.cdc.gov/coronavirus/2019-ncov/prevent-getting-sick/diy-cloth-face-coverings.html).

## 2.0.2 - March 30, 2020

What changed:

* New basic Coronavirus (COVID-19) command
* Fixed some bugs

## 2.0.1 - March 27, 2020

New error reporting system. What changed:

* Kariari switch error logging software from GCP Error Reporting to Sentry
* New error code generation which actually provide context when debugging

## 2.0.0 - March 18, 2020

The revamp! What changed:

* Bot moved to Eris from Discord.js
* Master role changed to Queue Admin
* Master roles (now called queue admin roles) are now case-sensitive
* Better stability and performance
* Config command completely redone
* Everything recoded
* Database issues fixed
* All strings revamped to make the bot easier to understand
* Translating the bot is not easier than ever! Translations are now on [POEditor](https://go.kariari.xyz/locale).

{% hint style="info" %}
Roles who used the non-case-sensitive functionality before will automatically be updated in the bot's database without any effort from the end user. This will occur when a command is used which needs the Queue Admin Role. A message will be sent when this happens.
{% endhint %}

## 1.6.1 - Apr 5, 2019

### Added

* lock command (see [command list](/command-list.md#queue-commands))

### Fixed

* Attempted fix on issue where bot goes offline for seemingly no reason

## 1.6 - Nov 15, 2018

### Added

* Multi Language support (see available languages [here](/languages.md))
* revamped commands
* **Contribute to multi language support:** [go.kariari.xyz/langsubmit](https://go.kariari.xyz/langsubmit)

### Removed

* On using any command, Kariari would mention you. This no longer is the case.

## 1.5.3 - Nov 01, 2018

### Added

* [General event queues](broken://pages/-LQH5lu2TKolpkwvDAvP)

### Removed

* Halloween event/features

## 1.5.1 - Oct 25, 2018

### Added

* [setup](/using-the-bot/getting-started.md#assisted-setup) command
* [push](broken://pages/-LPPtxviOxcsFgy5OokQ#managing-the-queue) command

## 1.5 - Oct 22, 2018

### Changed

* Bot framework

### Added

* New bot framework
* guildinfo command
* about command
* invite command
* privacy policy
* help command generator
* docs


---

# 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://docs.eventcord.xyz/bot-info/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.
