# V1.2.5

{% hint style="info" %}
If you need help at any point join our [**Discord Server**](https://discord.gg/mgNR64R) and someone will help you.
{% endhint %}

### Major Changes

* db.js has had a overhaul
* Database has been migrated to a larger DB, We wont be needing to do that again for a good 5 years.

### Bug Fixes

* Color now working in `Embed on` and takes user role color.
* Stop command for @user has now been fixed

### Command Changes

* Welcome message added for all new servers. System Channel is default, if not available it will pick first channel that has Write permissions.
* Announcement command added, This is Restreicted to DEV ONLY.
* Opt in and out commands added for announcements.
* `!tr settings persist [on/off]` command has been added, this will prevent bot responses from being deleted.

### Database Changes

* Validation Checks added at startup to avoid Blacklist and Stats SQL Errors

### Misc. Changes

* New Debug Settings for console.
* MESSAGE\_DEBUG

  > * 0 - Error's Only
  > * 1 - Console for all Messages
  > * 2 - Console for Translate Messages only
  > * 3 - Content of all Messages
  > * 4 - Content of Translate Messages only
  > * 5 - Commands Only


---

# 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.ritabot.gg/ritabot-docs/version-history/120/125.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.
