Go to file
Franz Rolfsvaag 23e122c08a 0.5.1.1.a1
- Major back-end changes
  - Moved most non-sensitive values to dynamic configurations module
  - Removed references to old variables naming scheme for certain settings
  - Essentially, most settings are now capable of being dynamically assigned, instead of fully static
  - Complete rework of the wrapper and compose infrastructure to allow dynamic data changes
- New command: `/shaiadmin`
  - Admin-only (and approved users/roles) have access
  - `/shaiadmin set [setting] [value]`
    - Applies a new setting
    - Settings must be properly formatted, and invalid ones are rejected
  - `/shaiadmin unset [setting]`
    - Unsets/resets a setting to default
  - `/shaiadmin settings download`
    - Offers the current settings file for download. Useful for bulk editing. JSON formatted
  - `/shaiadmin settings upload [file].json`
    - Allows the uploading of a new settings file
    - This file is verified, tested, and processed before being applied
2025-08-24 15:27:10 +02:00
assets 0.5.1.1.a1 2025-08-24 15:27:10 +02:00
dev 0.4.1.0.a1 2025-08-15 06:17:52 +02:00
example 0.4.2.1.a1 2025-08-16 07:31:13 +02:00
modules 0.5.1.1.a1 2025-08-24 15:27:10 +02:00
.dockerignore Adjustments to reaction emoji acceptance 2025-08-09 15:51:43 +02:00
.env.example 0.4.2.1.a1 2025-08-16 07:31:13 +02:00
.gitignore 0.5.1.1.a1 2025-08-24 15:27:10 +02:00
bot.py 0.5.1.1.a1 2025-08-24 15:27:10 +02:00
data_manager.py 0.4.1.0.a5 2025-08-16 02:40:38 +02:00
mod_perms.py 0.3.9.2.a5 2025-08-10 20:23:09 +02:00
requirements.txt Initial commit 2025-08-09 14:29:00 +02:00
settings.conf Fixed storage and persistence issues within containers 2025-08-10 03:36:58 +02:00