0.3.5.0 - Added few commands & Channel restrictions

This commit is contained in:
2026-05-07 22:57:20 +01:00
parent 9f5131346f
commit 7e5ad5ece2
11 changed files with 299 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ The following data is written to a local SQLite database (`database.db`) and is
1. Marriage records — the Valour user IDs of both partners and the timestamp the marriage was created
2. Blacklist entries — the Valour user ID of each blacklisted user
3. Channel restrictions — channel IDs and the categories or commands disabled within them
### Information Never Stored
@@ -50,7 +51,7 @@ The Bot does not use any information for profiling, marketing, analytics, or tra
## 3. Data Storage and Security
In-memory data is automatically cleared when the Bot restarts. Marriage records and blacklist entries are written to a local SQLite database file (`database.db`) on the machine running the bot. No data is sent to any external storage or cloud service.
In-memory data is automatically cleared when the Bot restarts. Marriage records, blacklist entries, and channel restrictions are written to a local SQLite database file (`database.db`) on the machine running the bot. No data is sent to any external storage or cloud service.
The Bot does not sell, rent, trade, or otherwise share any data with third parties.