0.3.4.0 - Blacklist system, Ping/Uptime commands & fixes

This commit is contained in:
2026-05-06 23:58:03 +01:00
parent 51fbd0524e
commit 9f5131346f
12 changed files with 248 additions and 13 deletions

View File

@@ -1,8 +1,3 @@
Currently in the process of remaking the bot, for current official bot information goto: [v2 branch](../v2/)
@@ -27,10 +22,11 @@ SkyBot is a Valour.gg bot built with .NET 10.
### Command Categories
- **Fun** — echo and similar utilities
- **Info** — bot info, command listing, planet/user info
- **Info** — bot info, ping, uptime, 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
- **Dev** — owner-only tools including blacklist management, planet control, and message utilities
Full command list: [COMMANDS.md](COMMANDS.md)
@@ -38,13 +34,13 @@ Full command list: [COMMANDS.md](COMMANDS.md)
## Data & Privacy
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 stores only the minimum data required for operation. Marriage records and blacklist entries are 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 beyond what is needed for the marriage system
- Personal user data beyond what is needed for the marriage and blacklist systems
Full privacy policy: [PRIVACY.md](PRIVACY.md)