This commit is contained in:
2026-05-05 16:20:23 +01:00
parent fd9c18d953
commit c0e90d633e
4 changed files with 71 additions and 13 deletions

View File

@@ -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)