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

Feature: Consider implementing S3 to allow per-server customizations #132

Open
ewohltman opened this issue Apr 27, 2019 · 2 comments
Open
Assignees

Comments

@ewohltman
Copy link
Owner

Currently, ephemeral-roles does not allow customization on a per-server basis that Discord server Administrators might find useful. The reason for this is because we would need to store that information somewhere to be retrieved later in a way that is cloud-native in accordance to the 12 Factor principle: https://12factor.net/

Discord server Administrators should be able to configure these customizations by issues commands to the bot.

Possible customizations could include:

  • Allowing custom role prefixes
  • Whitelisting or blacklisting voice channels for ephemeral-roles to manage
  • Changing the color of the role that ephemeral-roles creates
@ewohltman
Copy link
Owner Author

Created new branch for this:

https://github.com/ewohltman/ephemeral-roles/tree/s3

@ewohltman ewohltman self-assigned this Apr 27, 2019
@ewohltman
Copy link
Owner Author

Hey @OneYellowLemon , thanks for reaching out. This took a bit of a backseat while I worked on improving stability and implementing some changes that the Discord API has introduced. There hasn't been much progress but I kept this issue open as something to still work on.

What kind of customizations would you like to see?

@ewohltman ewohltman added this to To do in Ephemeral Roles Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant