Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an interface for guild admin's bot configuration #2

Open
TemporalAgent7 opened this issue Jul 15, 2020 · 0 comments
Open

Add an interface for guild admin's bot configuration #2

TemporalAgent7 opened this issue Jul 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@TemporalAgent7
Copy link
Contributor

The bot configuration currently lives in a file (config.json) and it's only read when the bot boots up. Instead, we should allow configuration changes while the bot is running.

Additionally, we need to provide an interface for guild / server admins to change the bot configuration for their specific server. The interface could itself be a set of discord commands, or a separate web ui (with proper authentication) for example.

Some examples of configuration settings that can be set per-server include the bot's prefix (-d is the default), the list of commands enabled (and which channels should disable certain commands), custom text-only commands, fleet id(s) for profile fleet, and so on.

@TemporalAgent7 TemporalAgent7 added the enhancement New feature or request label Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant