0.3.3.1
This commit is contained in:
11
README.md
11
README.md
@@ -26,8 +26,11 @@ SkyBot is a Valour.gg bot built with .NET 10.
|
||||
|
||||
### Command Categories
|
||||
|
||||
- **Fun** — utilities and silly stuff (echo)
|
||||
- **Info** — bot info and command listing
|
||||
- **Fun** — echo and similar utilities
|
||||
- **Info** — bot info, command listing, planet/user info
|
||||
- **Moderation** — kick and ban with reason and duration support
|
||||
- **RP** — emotes (35 actions via nekos.best) and a marriage system
|
||||
- **Utils** — accept, decline, confirm, cancel for pending actions
|
||||
|
||||
Full command list: [COMMANDS.md](COMMANDS.md)
|
||||
|
||||
@@ -35,13 +38,13 @@ Full command list: [COMMANDS.md](COMMANDS.md)
|
||||
|
||||
## Data & Privacy
|
||||
|
||||
SkyBot stores only the minimum data required for operation. All data is stored in-memory and is lost on restart. No data is persisted to disk.
|
||||
SkyBot stores only the minimum data required for operation. Marriage data is persisted to a local SQLite database. All other data is stored in-memory and is lost on restart.
|
||||
|
||||
SkyBot does **not** store:
|
||||
|
||||
- Message content
|
||||
- Direct messages
|
||||
- Personal user data
|
||||
- Personal user data beyond what is needed for the marriage system
|
||||
|
||||
Full privacy policy: [PRIVACY.md](PRIVACY.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user