• v0.8.2 f812467f5e

    0.8.2
    All checks were successful
    Deploy To Production / build (push) Successful in 10s
    Deploy To Production / deploy (push) Successful in 14s
    Stable

    Vylpes released this 2024-10-12 20:53:05 +01:00 | 0 commits to main since this release

    • Fix Trade command not giving a card if they don't already have it in their inventory (#382)
    Downloads
  • v0.8.1 65a55895e7

    0.8.1
    All checks were successful
    Deploy To Production / build (push) Successful in 10s
    Deploy To Production / deploy (push) Successful in 14s
    Stable

    Vylpes released this 2024-08-31 13:37:22 +01:00 | 3 commits to main since this release

    • Make the rarity text on the series view command lower case (#348)
    • Add ability to override the card preview's embed colour (#349)
    • Create an admin-only command to give a breakdown on card stats (#350)
    Downloads
  • v0.8.0 6025e2b269

    0.8.0
    All checks were successful
    Deploy To Production / build (push) Successful in 11s
    Deploy To Stage / build (push) Successful in 9s
    Deploy To Stage / deploy (push) Successful in 15s
    Deploy To Production / deploy (push) Successful in 15s
    Stable

    Vylpes released this 2024-07-27 16:06:26 +01:00 | 8 commits to main since this release

    New Features

    • Add an optional "subseries" field to the card metadata JSON which will override the "series" name if present
    • Add an /allbalance command to allow admins to see a list of users' balances

    Documentation

    • Documented the cards metadata feature
    Downloads
  • v0.7.0 9ea3bbe29d

    0.7.0
    All checks were successful
    Deploy To Production / build (push) Successful in 16s
    Deploy To Production / deploy (push) Successful in 16s
    Deploy To Stage / build (push) Successful in 11s
    Deploy To Stage / deploy (push) Successful in 17s
    Stable

    Vylpes released this 2024-07-13 17:38:34 +01:00 | 21 commits to main since this release

    New Features

    • Add a grid of card images to the /inventory command
    • The bot now logs warns/errors to a discord webhook
    • The claim button on drop embeds now have a label for the cost
    • The drop embed now shows the user's currency before and after they claim the drop
    • Add the grid of card images to the /series view command, showing unclaimed cards in greyscale
    • Add the card count to the /series list command of all cards in that series

    Improvements

    • Added a timer function to purge claims from the database once they've expired
    • The bot now rotates log files into the {DATA_DIR}/logs by day and size
    • The /inventory command now checks if a user has a card first before trying and failing

    Bug Fixes

    • Fixed the /series view and /series list commands not disabling the Next button when on the last page
    Downloads
  • v0.6.4 53656ba0da

    0.6.4
    All checks were successful
    Deploy To Production / build (push) Successful in 8s
    Deploy To Production / deploy (push) Successful in 14s
    Stable

    Vylpes released this 2024-06-15 21:01:28 +01:00 | 55 commits to main since this release

    • Fix the claim button taking away a user's currency before it does the other checks
    • Add middleware so that the bot saves a user to the database upon interaction with them
    Downloads
  • v0.6.3 976445fa0d

    0.6.3
    All checks were successful
    Deploy To Production / build (push) Successful in 8s
    Deploy To Production / deploy (push) Successful in 14s
    Stable

    Vylpes released this 2024-06-07 18:12:38 +01:00 | 58 commits to main since this release

    • Update trade command so the names of the users involved are clearly labelled
    • Update the give timer so that only those with <1000 currency will be given more
    Downloads
  • v0.6.2 75315b3db2

    0.6.2
    All checks were successful
    Deploy To Production / build (push) Successful in 7s
    Deploy To Production / deploy (push) Successful in 15s
    Stable

    Vylpes released this 2024-06-03 18:44:33 +01:00 | 62 commits to main since this release

    • Rebalance the sacrifice command so silver cards are worth 10 currency and manga are worth 40
    • Fix bug where the package manager would take 2 minutes to install dependencies via the CI pipeline
    Downloads
  • v0.6.1 5c6c0e65c3

    0.6.1
    All checks were successful
    Deploy To Production / build (push) Successful in 2m29s
    Deploy To Production / deploy (push) Successful in 16s
    Deploy To Stage / build (push) Successful in 11s
    Deploy To Stage / deploy (push) Successful in 18s
    Stable

    Vylpes released this 2024-06-02 16:16:19 +01:00 | 68 commits to main since this release

    • Fix bug where the user is able to claim cards and drop cards without enough currency
    • Fix bug where the user is able to create a trade with themself
    Downloads
  • v0.6.0 cfcc8ad100

    0.6.0
    All checks were successful
    Deploy To Production / build (push) Successful in 2m30s
    Deploy To Production / deploy (push) Successful in 17s
    Deploy To Stage / build (push) Successful in 11s
    Deploy To Stage / deploy (push) Successful in 16s
    Stable

    Vylpes released this 2024-06-01 18:09:42 +01:00 | 72 commits to main since this release

    New Features

    • The claimed number on drop embeds now increment when claimed
    • /series command
    • /trade command
    • Currency system; Require 10 currency to claim, gain 10 currency every 20 minutes, start at 300
    • /daily command
    • /balance command
    • The logger will warn me if an ID is duplicated (I plan to let you get visibility of this at some point)

    Backend Improvements

    • The bot now has a full featured logger, using winston
    Downloads
  • v0.5.2 34ea1f87d7

    0.5.2
    All checks were successful
    Deploy To Production / build (push) Successful in 2m27s
    Deploy To Production / deploy (push) Successful in 17s
    Stable

    Vylpes released this 2024-05-30 17:34:22 +01:00 | 96 commits to main since this release

    • Fix bug when claiming legendary cards, the embed will fail to update the interaction, but will still save the card to the database
    Downloads