Skip to content

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

@skyegallup

Description

@skyegallup

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions