1 |
# Todo |
2 |
|
3 |
- Write documentation for the configuration options (See [GuildConfigSchema.ts](https://github.com/onesoft-sudo/sudobot/blob/main/src/types/GuildConfigSchema.ts) and [SystemConfigSchema.ts](https://github.com/onesoft-sudo/sudobot/blob/main/src/types/SystemConfigSchema.ts) to learn more about the configuration options) |
4 |
- Ticket System |
5 |
- Stats Tracking |
6 |
- Level XP system |
7 |
- Message Tracking |
8 |
- Music |
9 |
- An extension to block well known phising/scam/spam messages |
10 |
- An extension that logs DMs |
11 |
- Extension that scans messages with OpenAI |
12 |
- NSFW.js AI model integration |
13 |
- Reply and thread based AI chat conversation support. Storing messages in database, disk (JSON) or caching the last 100 messages in memory to send them to the AI model. Reply context will be limited to the reply and thread context will be limited to thread. |
14 |
- Log infraction ~~creation~~/edition/deletion when using `-infraction` commands |
15 |
- Better cache management (especially for permission managers and command overwrites) |
16 |
- `@file` directive |
17 |
|
18 |
## 9.x |
19 |
|
20 |
- Make a semaphore that blocks when a specific condition is met |
21 |
- Listen to raw message delete event and raw message edit event for logging |
22 |
- Template string function for parsing emoji literals and fetching them |