# LewdBot

### Feature Matrix

Below is a table with all features that were present in LewdBot and their status in Lindsey.

<mark style="color:red;">Deprecated</mark> features are permanently removed and will probably not be added back, if you have a good use-case for it, let us know.

<mark style="color:orange;">Planned</mark> features have had their data migrated but no equivalent comment is available on Lindsey yet, these should be added soon.

<mark style="color:blue;">Running on Old Codebase</mark> features are currently functional on the old codebase, meaning they don't have a slash command equivalent.

<mark style="color:blue;">Renamed</mark> features had their name or usage changed on Lindsey, their new usage will be on the notes table.

<mark style="color:green;">Done</mark> features have not changed between the two bots.

| Feature                   | Status                                                   | Notes                     |
| ------------------------- | -------------------------------------------------------- | ------------------------- |
| First Add Message         | <mark style="color:red;">Deprecated</mark>               |                           |
| Cooldown                  | <mark style="color:red;">Deprecated</mark>               | Discord implements this   |
| Private Message AI        | <mark style="color:blue;">Running on Old Codebase</mark> |                           |
| ------------------------- | -------------------------                                | ------------------------- |
| Country                   | <mark style="color:yellow;">Planned</mark>               | Data Migrated             |
| Language                  | <mark style="color:yellow;">Planned</mark>               | Data Migrated             |
| Store                     | <mark style="color:yellow;">Planned</mark>               | Data Migrated             |
| Leaderboards              | <mark style="color:blue;">Renamed</mark>                 | /leaderboard              |
| Anime                     | <mark style="color:green;">Done</mark>                   | /anime                    |
| Calc                      | <mark style="color:green;">Done</mark>                   | /calc                     |
| Color                     | <mark style="color:green;">Done</mark>                   | /color                    |
| Define                    | <mark style="color:green;">Done</mark>                   | /define                   |
| Flip                      | <mark style="color:green;">Done</mark>                   | /flip                     |
| Roll                      | <mark style="color:green;">Done</mark>                   | /roll                     |
| Scramble                  | <mark style="color:green;">Done</mark>                   | /scramble                 |
| Slot                      | <mark style="color:yellow;">Planned</mark>               | Data Migrated             |
| Danbooru                  | <mark style="color:blue;">Renamed</mark>                 | /nsfw danbooru            |
| E621                      | <mark style="color:blue;">Renamed</mark>                 | /nsfw furry               |
| IAC                       | <mark style="color:yellow;">Planned</mark>               | API no longer exists      |
| Rule34                    | <mark style="color:blue;">Renamed</mark>                 | /nsfw rule34              |
| Bug                       | <mark style="color:red;">Deprecated</mark>               | Not needed.               |
| Help                      | <mark style="color:red;">Deprecated</mark>               | Not needed?               |
| Invite                    | <mark style="color:red;">Deprecated</mark>               | Use button on bot profile |
| Privacy                   | <mark style="color:yellow;">Planned</mark>               |                           |
| Profile                   | <mark style="color:green;">Done</mark>                   | Badges not displaying     |
| Shard                     | <mark style="color:red;">Deprecated</mark>               | Not needed.               |
| Status                    | <mark style="color:red;">Deprecated</mark>               | Not needed.               |
| ------------------------- | -------------------------                                | ------------------------- |
| Anti-Spam                 | <mark style="color:yellow;">Planned</mark>               |                           |
| Anti-Raid                 | <mark style="color:yellow;">Planned</mark>               |                           |
| Anti-Advertising          | <mark style="color:green;">Done</mark>                   |                           |
| Ignore                    | <mark style="color:red;">Deprecated</mark>               | Use channel permissions   |
| Starboard                 | <mark style="color:green;">Done</mark>                   | Data Migrated             |
| GiveMe                    | <mark style="color:green;">Done</mark>                   | Data Migrated - /giveme   |
| Register                  | <mark style="color:green;">Done</mark>                   | Data Migrated             |
| Welcomer                  | <mark style="color:green;">Done</mark>                   | Data Migrated             |
| Music                     | <mark style="color:blue;">Running on Old Codebase</mark> | L!music / L!pl            |
| Permissions               | <mark style="color:red;">Deprecated</mark>               | Use Discord's UI          |
| Prefix                    | <mark style="color:red;">Deprecated</mark>               | Not needed on Slash.      |
| Premium                   | <mark style="color:red;">Deprecated</mark>               | No more premium features. |
| Settings                  | <mark style="color:blue;">Renamed</mark>                 | /lindsey modules          |
| Setup                     | <mark style="color:blue;">Renamed</mark>                 | /lindsey modules          |
| Ban                       | <mark style="color:red;">Deprecated</mark>               | Use Discord's UI          |
| HackBan                   | <mark style="color:green;">Done</mark>                   | /hackban                  |
| Kick                      | <mark style="color:red;">Deprecated</mark>               | Use Discord's UI          |
| ModLog                    | <mark style="color:red;">Deprecated</mark>               | Use Audit Log             |
| MultiBan                  | <mark style="color:yellow;">Planned</mark>               |                           |
| Prune                     | <mark style="color:green;">Done</mark>                   | /prune                    |
| Reason                    | <mark style="color:red;">Deprecated</mark>               | Use Audit Log             |
| Slowmode                  | <mark style="color:red;">Deprecated</mark>               | Use Discord's UI          |
| Slowoff                   | <mark style="color:red;">Deprecated</mark>               | Use Discord's UI          |
| SoftBan                   | <mark style="color:green;">Done</mark>                   | /softban                  |
| Voice                     | <mark style="color:green;">Done</mark>                   | /voice                    |


---

# 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.lindseybot.net/lindsey/advanced/lewdbot.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.
