• 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 | 0 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 | 3 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 | 7 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 | 13 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 | 17 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 | 41 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
  • v0.5.1 370730cbea

    0.5.1
    All checks were successful
    ci/woodpecker/push/woodpecker Pipeline was successful
    Stable

    Vylpes released this 2024-03-14 17:36:26 +00:00 | 77 commits to main since this release

    • Fix vulnerability in dependencies (undici, ip)
    Downloads
  • v0.5.0 70d1589584

    0.5.0
    All checks were successful
    ci/woodpecker/push/woodpecker Pipeline was successful
    Stable

    Vylpes released this 2024-02-17 17:52:34 +00:00 | 80 commits to main since this release

    New Features

    • Add /view command to allow users to view specific cards by its card number
    • Include the card number for a card in it's drop embed footer
    • Add ability to view another user's inventory

    Improvements

    • Migrated deployment scripts to Woodpecker CI over Drone

    Bug Fixes

    • Fixed bug where the /inventory command would conflict with another user's inventory command when switching pages
    Downloads
  • v0.4.2 6c00594085

    0.4.2 Stable

    Vylpes released this 2024-01-21 14:16:23 +00:00 | 99 commits to main since this release

    • Fix the reroll command catch block to not fail if the image couldn't load
    • Move the refer reply out of the try/catch block on the reroll and drop blocks
    • Update claim button event to defer reply before database calls
    Downloads
  • v0.4.1 10806bd0f1

    0.4.1 Stable

    Vylpes released this 2024-01-20 15:46:18 +00:00 | 103 commits to main since this release

    • Fix drop command not replying to the user on image read failure
    Downloads