Skip to content

Improvement over the command architecture #44

Description

@Tran-Antoine

As it is now, the discord command architecture is not very practical. Since there is no effective parsing, we often have to resort to using a lot of ugly solutions such as if args[x].equals("something"). A new architecture with maybe something like:

MyOption option = commandParser.get("name")

would be much better

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions