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

Rewrite the bot in TypeScript (v2) #72

Merged
merged 103 commits into from
Oct 3, 2022
Merged

Rewrite the bot in TypeScript (v2) #72

merged 103 commits into from
Oct 3, 2022

Commits on Jun 23, 2021

  1. fresh start

    RafDevX committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    f858966 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

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

Commits on Jun 30, 2021

  1. initial setup

    RafDevX committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    0d8855e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcee4e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. upgrade do discord.js v13

    RafDevX committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    2efcc8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8241136 View commit details
    Browse the repository at this point in the history
  3. basic skeleton

    RafDevX committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    5876149 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    7ff45bf View commit details
    Browse the repository at this point in the history
  2. useless maintenance mode

    RafDevX committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    eb91842 View commit details
    Browse the repository at this point in the history
  3. add codeowners

    RafDevX committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    852346c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b360dd View commit details
    Browse the repository at this point in the history
  5. remove codeowners

    RafDevX committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    bb11ab2 View commit details
    Browse the repository at this point in the history
  6. small tweak

    RafDevX committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    e10d414 View commit details
    Browse the repository at this point in the history
  7. install better-sqlite3

    RafDevX committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    5caf267 View commit details
    Browse the repository at this point in the history
  8. start storage abstraction

    RafDevX committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    2ea7e8a View commit details
    Browse the repository at this point in the history
  9. use storage abstraction

    RafDevX committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    40d990e View commit details
    Browse the repository at this point in the history
  10. fix attendance

    RafDevX committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    ff189d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de03c9c View commit details
    Browse the repository at this point in the history
  12. fix storage bugs

    RafDevX committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    b907315 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b4e6fa0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. implement prisma

    RafDevX committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    b12c89b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588cbd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0b2621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5c5a42 View commit details
    Browse the repository at this point in the history
  5. update readme

    RafDevX committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    0a8f0a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bda0bf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    f31dfff View commit details
    Browse the repository at this point in the history
  2. extract utils module

    RafDevX committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    34c9a60 View commit details
    Browse the repository at this point in the history
  3. re-organize startup chores

    RafDevX committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    e9961ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b3b884 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Role Selection (#52)

    RafDevX authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    6ea0dee View commit details
    Browse the repository at this point in the history
  2. Misc commands (#56)

    Co-authored-by: Diogo Correia <[email protected]>
    RafDevX and diogotcorreia authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    e9fd812 View commit details
    Browse the repository at this point in the history
  3. Sudo Module (#57)

    Co-authored-by: Diogo Correia <[email protected]>
    RafDevX and diogotcorreia authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    a7d4e66 View commit details
    Browse the repository at this point in the history
  4. Use native permissions for slash commands (#58)

    Co-authored-by: Diogo Correia <[email protected]>
    RafDevX and diogotcorreia authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    6ab6fb5 View commit details
    Browse the repository at this point in the history
  5. Gallery channels (#59)

    Co-authored-by: Diogo Correia <[email protected]>
    RafDevX and diogotcorreia authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    b3da17a View commit details
    Browse the repository at this point in the history
  6. Infer command name (#60)

    Co-authored-by: Diogo Correia <[email protected]>
    RafDevX and diogotcorreia authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    d680e1d View commit details
    Browse the repository at this point in the history
  7. TourIST config commands (#61)

    Co-authored-by: Diogo Correia <[email protected]>
    RafDevX and diogotcorreia authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    8318e9f View commit details
    Browse the repository at this point in the history
  8. Update README (#62)

    Co-authored-by: Diogo Correia <[email protected]>
    RafDevX and diogotcorreia authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    953b07e View commit details
    Browse the repository at this point in the history
  9. Voice threads (#63)

    Co-authored-by: Diogo Correia <[email protected]>
    RafDevX and diogotcorreia authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    8eb7946 View commit details
    Browse the repository at this point in the history
  10. remove populate module

    RafDevX committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    80e5f7b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    0626c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40261c2 View commit details
    Browse the repository at this point in the history
  3. allow \n in tourist info

    RafDevX committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6b75708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bbf1c6 View commit details
    Browse the repository at this point in the history
  5. Make docker work (#65)

    Co-authored-by: Diogo Correia <[email protected]>
    RafDevX and diogotcorreia authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    ab107db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bdaa33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd04d24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de11af1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    dee1366 View commit details
    Browse the repository at this point in the history
  2. Bump version to v2.0.1

    diogotcorreia committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    b9a8934 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Welcome module (#67)

    RafDevX authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    de87eb4 View commit details
    Browse the repository at this point in the history
  2. Bump version to v2.1.0

    diogotcorreia committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    1b472ef View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Multiselect support (#68)

    RafDevX authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    6e4dfa9 View commit details
    Browse the repository at this point in the history
  2. Important necessary commands (#69)

    Co-authored-by: Diogo Correia <[email protected]>
    RafDevX and diogotcorreia authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    60bb3c0 View commit details
    Browse the repository at this point in the history
  3. Bump version to v2.2.0

    diogotcorreia committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    b053411 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Say logs (#70)

    RafDevX authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    81a0118 View commit details
    Browse the repository at this point in the history
  2. Dev Dockerfile (#73)

    RafDevX authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    993abbf View commit details
    Browse the repository at this point in the history
  3. Ignore shell.nix

    luishfonseca committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    3fa116b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79d2c0c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    cf8d9bc View commit details
    Browse the repository at this point in the history
  2. Add leaderboard module (#71)

    RafDevX authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    d5931e6 View commit details
    Browse the repository at this point in the history
  3. Bump version to v2.3.0

    diogotcorreia committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    a8de067 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Upgrade to Prisma V3 (#77)

    * upgrade to prisma v3
    
    * add yarn to package.json engines
    RafDevX authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    a8ea2b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Degree Features (#75)

    Co-authored-by: Luís Fonseca <[email protected]>
    Co-authored-by: Diogo Correia <[email protected]>
    3 people authored Oct 3, 2021
    Configuration menu
    Copy the full SHA
    891bdad View commit details
    Browse the repository at this point in the history
  2. Add RSS feed announcements module (#80)

    Co-authored-by: Rafael Oliveira <[email protected]>
    Co-authored-by: Luís Fonseca <[email protected]>
    3 people authored Oct 3, 2021
    Configuration menu
    Copy the full SHA
    b2c4239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78427e8 View commit details
    Browse the repository at this point in the history
  4. Bump version to v2.4.0

    diogotcorreia committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    d651fd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a24c82f View commit details
    Browse the repository at this point in the history
  6. Bump version to v2.4.1

    diogotcorreia committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    dd04e3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bea8f67 View commit details
    Browse the repository at this point in the history
  8. Bump version to v2.4.2

    diogotcorreia committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    2f07e76 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Improve leaderboard (#82)

    Ignore whitespace. Add clear cache command
    RafDevX authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    d2230bc View commit details
    Browse the repository at this point in the history
  2. Add just-ask command (#84)

    d-card authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    66bfb36 View commit details
    Browse the repository at this point in the history
  3. Simple command logs (#83)

    RafDevX authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    d586aa0 View commit details
    Browse the repository at this point in the history
  4. Bump version to v2.5.0

    diogotcorreia committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    d9a5505 View commit details
    Browse the repository at this point in the history
  5. remove debug message

    RafDevX authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    5d67811 View commit details
    Browse the repository at this point in the history
  6. Bump ansi-regex from 5.0.0 to 5.0.1 (#85)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    6002e27 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Bump version to v2.5.1

    diogotcorreia authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    713a18a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    fefd8ed View commit details
    Browse the repository at this point in the history
  2. Bump version to v2.5.2

    diogotcorreia committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5d70222 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    3532187 View commit details
    Browse the repository at this point in the history
  2. Bump version to v2.5.3

    diogotcorreia committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    2ba701c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    481fcf5 View commit details
    Browse the repository at this point in the history
  2. Bump version to v2.5.4

    diogotcorreia committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    c9f6fe8 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

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

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    0656b35 View commit details
    Browse the repository at this point in the history
  2. Bump version to v2.5.5

    RafDevX committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    bd4ebaf View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    ae7f5ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ced12 View commit details
    Browse the repository at this point in the history
  3. Bump version to v2.6.0

    diogotcorreia committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    50651df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acc8f57 View commit details
    Browse the repository at this point in the history
  5. Bump version to v2.6.1

    diogotcorreia committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4ce55d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    dd039d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b5263a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a92e91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86cb24f View commit details
    Browse the repository at this point in the history
  5. Bump version to 2.7.0

    diogotcorreia committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    81c5994 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d383fc View commit details
    Browse the repository at this point in the history
  7. Bump version to v2.7.1

    diogotcorreia committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    4673204 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    0597e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af2c386 View commit details
    Browse the repository at this point in the history
  3. Bump version to v2.7.2

    diogotcorreia committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c88d746 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f34e2b View commit details
    Browse the repository at this point in the history