Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Rewrite commands to MVC #59

Description

@PerchunPak

So we need to split commands on three parts:

  1. Views: It's fully handled by hikari and lightbulb, so here is nothing can't be.
  2. Controllers: This is callbacks called by lightbulb.
  3. Model (or business-logic): Actual logic of the app.

This will really help to write tests, and will very well improve the code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpythonPull requests that update Python code

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions