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

feat: refactor slash commands system into more scalable system #1510

Merged
merged 19 commits into from
Apr 8, 2024

Commits on Mar 25, 2024

  1. WIP, but working

    aronwk-aaron committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a7b84f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Scaffolding

    aronwk-aaron committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4acdc8f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    868a511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b11a41f View commit details
    Browse the repository at this point in the history
  3. renaming to compile

    EmosewaMC committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1b84d3d View commit details
    Browse the repository at this point in the history
  4. fix failing tests

    idk how these werent failing before.  Seems to have been magic.
    EmosewaMC committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    23d40d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. move commandss into their namespace

    make help command useful
    fix mac error
    
    TODO: remove the multiple not founds/ rework the structure to split into help and handling
    aronwk-aaron committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    549f878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c36662 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    c84a547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ed85ba View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. All help text

    aronwk-aaron committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a447f1c View commit details
    Browse the repository at this point in the history
  2. remove test logs

    aronwk-aaron committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    94ed212 View commit details
    Browse the repository at this point in the history
  3. improvements

    pass through added code for optimizations and cleanup as well as reduce the amount of scoping for readability and maintainability
    EmosewaMC committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    01ab936 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc274ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02847c6 View commit details
    Browse the repository at this point in the history
  6. simplify if checks

    EmosewaMC committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6c2f113 View commit details
    Browse the repository at this point in the history
  7. remove broken delimiter

    EmosewaMC committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2927989 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    ca002c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    9ed683d View commit details
    Browse the repository at this point in the history