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

added /quote command #860

Merged
merged 21 commits into from
Jul 5, 2024
Merged

added /quote command #860

merged 21 commits into from
Jul 5, 2024

Commits on May 14, 2024

  1. created quote command

    created quote.js and added first batch of quotes
    T1biriy committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5f87f6d View commit details
    Browse the repository at this point in the history
  2. Update quote.js

    fixed command
    T1biriy committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fe36be6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    c7faa8a View commit details
    Browse the repository at this point in the history
  2. finalized first batch of quotes, added cooldown and made command SAC …

    …only
    
    finalized first batch of quotes, added cooldown and made command SAC only
    T1biriy committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    404355b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baa4315 View commit details
    Browse the repository at this point in the history
  4. use randomNumber()

    Also some minor formatting
    Glazelf committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6b118f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    8fe1ead View commit details
    Browse the repository at this point in the history
  2. Rewrite for modularity

    Probably? it boots.
    Glazelf committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    59ace87 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    7baad42 View commit details
    Browse the repository at this point in the history
  2. Quote rework

    Move quotes into seperate JSON file
    Rework some logic
    Start work on an embed
    Glazelf committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    61dd3ce View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    f957fcd View commit details
    Browse the repository at this point in the history
  2. Update to reflect Glazelf#871

    Glazelf committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    82784e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5accf8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffde8a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    d11cb32 View commit details
    Browse the repository at this point in the history
  2. Mirror upstream client usage

    Glazelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e274b99 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    0cbf97b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afa45a7 View commit details
    Browse the repository at this point in the history
  3. Update quotes

    Fix various errors, add error handling on fetch, move object transformation out of command runner and some other minor things
    Glazelf committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a151762 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09937ca View commit details
    Browse the repository at this point in the history