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

Make topic names server-unique instead of globally-unique #3

Open
skyegallup opened this issue Oct 10, 2020 · 0 comments
Open

Make topic names server-unique instead of globally-unique #3

skyegallup opened this issue Oct 10, 2020 · 0 comments

Comments

@skyegallup
Copy link

The current queue implementation works across multiple Discord servers, but each topic name must be unique across all servers, not within a single server. This makes it unfeasible for public distribution. A possible solution would be to store queue lists in a {Guild: List[Queue]} dictionary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant