> For the complete documentation index, see [llms.txt](https://docs.ritabot.gg/ritabot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ritabot.gg/ritabot-docs/version-history/130/v1.3.29.md).

# V1.3.29

Version Changes for 1.3.?-?

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

## Inital Release

{% code overflow="wrap" %}

```markdown
### 1.3.29-0
Date: 12/03/23
User: Artanis, Qjuh
> ----------
>>> Core BOT code
* Implimented ML Translation Engine Support
    > Each uer has a limit to the number of Google Characters they were able to use, Once a user reached this limit the following was performed
	If the user only had tasks that were supported and optimised by our ML Engine then their subscription was "Forced" to ML only
	Any further usage was utilised via ML and not Google API
	> Now once a used hits their Limit set by thier subscription, any translation will be performed via ML if the language is supported and optimised
	If the lanauge is not then it will continue to use Google API.
	
>>> events.js
* Fixed a bug with message deletion

>>> translate.js, message.js
* Errors are now console logged
* Fix edits for auto and embed on
* Fix zh-CN to zh in parsing

>>> FUNDING.yml
* Added Patreon link
```

{% endcode %}

## V-1

{% code overflow="wrap" %}

```markdown
### 1.3.29-1
Date: 13/03/23
User: Artanis, Qjuh
> ----------
>>> Env Files
* Update dependancies
    > discord.js               ^14.7.1  →  ^14.8.0

>>> Core BOT code
* Fix multiple same-channel translation - typing changes - fixed edit discord parsing
```

{% endcode %}

## V-2

{% code overflow="wrap" %}

```markdown
### 1.3.29-2
Date: 14/03/23
User: Artanis
> ----------
>>> send.js, message.js
* Fixed errors in webhook property and webhook mode
```

{% endcode %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ritabot.gg/ritabot-docs/version-history/130/v1.3.29.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
