> For the complete documentation index, see [llms.txt](https://headwaydocs.gitbook.io/boyfriend/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://headwaydocs.gitbook.io/boyfriend/update-log.md).

# Update Log

## **Updates from the beginning**&#x20;

#### Current Version: **1.2.4**

| Version | Supported | Change Logs                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 1.2.4   | ✅         | <p>Major Update!! A new help command has been created! <br>If you prefer the old help use -oldhelp instead!</p><p>Bot responses are cleaner and errors loo less like errors, <a href="https://media.discordapp.net/attachments/752663788590989444/754199005851942983/unknown.png">for an example look here</a>. </p><p>We are also rolling out a feature that <strong>sometimes</strong> detects suicidal wording and sends a message to the user.</p> |
| 1.2.3   | ❌         | Boyfriend Bot now confirms that `-ban` and `-kick` actions took effect. We cleaned up the bot a bit.                                                                                                                                                                                                                                                                                                                                                   |
| 1.2.2   | ❌         | Fixed `-nsfwpickupline` and did some housekeeping.                                                                                                                                                                                                                                                                                                                                                                                                     |
| 1.2.1   | ❌         | Added users to `-info`, and fixed guild counter in status. Also, added channels and user count in status.                                                                                                                                                                                                                                                                                                                                              |
| 1.2.0   | ❌         | Cleaned up everything in the bot. It now runs on a new server! Also introduced join/leave messages for the bot and other commands. Check out `-help!`                                                                                                                                                                                                                                                                                                  |
| 1.1.9   | ❌         | Fixed the @everyone responding fix, and setting up for music commands coming in `1.2.0`!                                                                                                                                                                                                                                                                                                                                                               |
| 1.1.8   | ❌         | Adding `-eval`, and other bug fixes.                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 1.1.7   | ❌         | Added custom prefix support! Server owner's/admins please run `-add` to make sure your bot is in the database!                                                                                                                                                                                                                                                                                                                                         |
| 1.1.6   | ❌         | Added `-nsfwpickupline` which returns a not so sfw message sometimes.                                                                                                                                                                                                                                                                                                                                                                                  |
| 1.1.5   | ❌         | Added the `-icon` command which gives the server's icon                                                                                                                                                                                                                                                                                                                                                                                                |
| 1.1.4   | ❌         | Updated `-updatelogs` to refer to the public github's logs!                                                                                                                                                                                                                                                                                                                                                                                            |
| 1.1.3   | ❌         | While using `-daddysay` anyone could say @everyone, changed so that only admins can use @ from now on.                                                                                                                                                                                                                                                                                                                                                 |
| 1.1.2   | ❌         | Adding awaits to the avatar command                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 1.1.1   | ❌         | Minor bug fixes and updating package.md                                                                                                                                                                                                                                                                                                                                                                                                                |
| 1.1.0   | ❌         | Adding moderations commands, and NSFW commands to v12.                                                                                                                                                                                                                                                                                                                                                                                                 |
| 1.0.9   | ❌         | New profile picture for Boyfriend Bot! We fixed up a few things and added the -gametruth and -gamedare commands. See you on the otherside in Beta!                                                                                                                                                                                                                                                                                                     |
| 1.0.8   | ❌         | Cleaned up Boyfriend Bot commands! Beta will be launching soon!                                                                                                                                                                                                                                                                                                                                                                                        |
| 1.0.7   | ❌         | Cleaned up Boyfriend Bot commands! Beta will be launching soon!                                                                                                                                                                                                                                                                                                                                                                                        |
| 1.0.6   | ❌         | Added -date (thanks @mwilky ☆#0929) and removed some commands nobody used. Also cleaned up a few things like grammar is some places.                                                                                                                                                                                                                                                                                                                   |
| 1.0.5   | ❌         | Redid the -invite command to include more features, check it out! Also changed from The Boyfriend Council to citizens.                                                                                                                                                                                                                                                                                                                                 |
| 1.0.4   | ❌         | Finished -purge command and created a suggest command. (6/7/2020)                                                                                                                                                                                                                                                                                                                                                                                      |
| 1.0.3   | ❌         | Re-did the ban command and added some new features! Run -help                                                                                                                                                                                                                                                                                                                                                                                          |
| 1.0.2   | ❌         | Boyfriend bot has been cleaned up a bit.                                                                                                                                                                                                                                                                                                                                                                                                               |
| 1.0.1   | ❌         | Boyfriend bot has been completely re-written and is more reliable/advanced with its ban, kick, and info commands. For help run -help in your servers command channel! Also, happy pride month!                                                                                                                                                                                                                                                         |


---

# 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://headwaydocs.gitbook.io/boyfriend/update-log.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.
