Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Dynamic settings #12

Closed
Stargirl-chan opened this issue Dec 14, 2021 · 2 comments
Closed

Dynamic settings #12

Stargirl-chan opened this issue Dec 14, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Stargirl-chan
Copy link
Collaborator

Rather than settings options being set in a config.yaml file, we should implement a setting system where settings are stored in a DB.
This allows us to dynamically change specific options (channel blacklists, welcome messages, etc) from within discord, rather than needing to log into the server and edit the config file.

@Stargirl-chan Stargirl-chan added the enhancement New feature or request label Dec 14, 2021
@Kirottu
Copy link
Contributor

Kirottu commented Dec 15, 2021

Yes, this could be done with either storing the config inside the program and updating it or with the database, database probably being the more extensible option allowing for external configuration edits.

@Kirottu
Copy link
Contributor

Kirottu commented Jan 2, 2022

Dynamic settings have been implemented on my development branch.

@Kirottu Kirottu closed this as completed Jan 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants