# Change log

### Version 2.6

Disabled `suggest`, `print`, and `report` from operating outside of this server. This was changed for moderation reasons. \
Added 2 new variables to control the bot:

> By putting `{all}` in the channel topic you will disable **all** commands. By putting `{commandName}` you can disable a specific command from running in that channel.

### Version 2.5

Fixed a required permissions for some commands \
Fixed several spelling errors \
Fixed some broken markdown \
Added `pong` as alias for ping \
Fixed bug where just saying `/ ...` would trigger the ping command \
Fixed DM message loop \
Fixed a few more small bugs

### Version 2.4

Added more images to the social commands \
Fixed a few more bugs \
Slightly changed a color of most of the embeds

### Version 2.3

Fixed several misspellings\
Fixed a bug in the report command\
Added the docs to the bot

### Version 2.2&#x20;

Fixed a few spelling errors\
Added a way to change the prefix of a server `/prefix [prefix]`.

### Version 2.1

Several bug fixes\
Removed a broken image in the boop command .\
Added the `{noembed}` option to disable embed for the social commands&#x20;

## Version 2

v2 is a complete rewrite from v1 upgrading to[ discord.js](https://discord.js.org/#/docs/main/stable/general/welcome) v12. Updating Kettu now will be easier then ever as well as more consistent. \
**New Social** **Commands** \
pet\
zap\
cookie\
pounce\
bark\
zap\
cuddle (alias of snuggle)\
**New** **info commands**\
stats\
support (reworked)\
contributors(reworked) \
**New Moderation commands**\
ban\
kick\
deleteban\
softban\
warn\
lock/unlockchannel (now supports channels as augments)\
slowmode \
unban\
check\
**New Misc commands** \
vote \
print\
id\
suggest\
report

{% hint style="warning" %}
Please report any bugs you find by running the command /report or join [Kettu's support server.](https://discord.gg/4Bavumy)
{% endhint %}

<br>


---

# 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://gideon-foxo.gitbook.io/kettu/change-log.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.
