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

Add support for betting #5

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Add support for betting #5

wants to merge 8 commits into from

Commits on Nov 5, 2023

  1. initial betting command

    Chew committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    4eb4569 View commit details
    Browse the repository at this point in the history
  2. support betting on games

    Chew committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7653adb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. hand out bets at game end

    untested but should work lmao
    Chew committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d4438b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 5, 2024

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

Commits on Jul 11, 2024

  1. Merge branch 'refs/heads/master' into feat/betting

    # Conflicts:
    #	src/main/java/pw/chew/mlb/MLBBot.java
    #	src/main/java/pw/chew/mlb/commands/PlanGameCommand.java
    #	src/main/java/pw/chew/mlb/listeners/GameFeedHandler.java
    #	src/main/java/pw/chew/mlb/objects/GameState.java
    Chew committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2fc882f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. organize some methods

    Chew committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d79ded5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. even more moving stuff to the bet helper class

    I will work on this, immediately get a headache, then not work on it for a month. not even the betting, the database stuff just sucks
    Chew committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    73f620f View commit details
    Browse the repository at this point in the history