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 the ability to auto-scale channel creation #16

Open
Skelmis opened this issue Feb 6, 2022 · 0 comments
Open

Add the ability to auto-scale channel creation #16

Skelmis opened this issue Feb 6, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@Skelmis
Copy link
Owner

Skelmis commented Feb 6, 2022

Is your feature request related to a problem? Please describe.
Discord limits a max of 50 channels per category, this isn't an issue for small stuff but comes to the forefront at scale.

Describe the solution you'd like
When the main category is at the max channels, we do the following:

  • Check if we already have a backup category and if so use that.
  • Create a new category mirroring the current one, and persist that info

This would be recursive, to allow for in theory up to 500 channels. The max for a guild.

Additional context
A downstream user reported this.

@Skelmis Skelmis added bug Something isn't working enhancement New feature or request labels Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant