• v0.9.2 fc3c98f1bb

    0.9.2 Stable

    Vylpes released this 2025-05-28 18:17:49 +01:00 | 0 commits to main since this release

    • Fix effects helper returning an error when the buttons are disabled () c9f7c44
    • Update unclaimed card filter to fallback to any card if all cards are claimed () 434f162
    Downloads
  • v0.9.1 7d9c1bda62

    0.9.1 Stable

    Vylpes released this 2025-05-25 17:00:43 +01:00 | 3 commits to main since this release

    • Update inventory dropdown logic to use a range around the current page so that we can remain within the 25 pages discord allows () 8e63f26
    • Add guards to the drop and reroll commands in case the card fetcher fails () ead53ba
    • Fix sacrificing a dropped card taking from your inventory first () ecc879c
    • Fix multidrop not handling externally hosted images correctly () f2c949c
    Downloads
  • v0.9.0 62bcd6914c

    0.9.0 Stable

    Vylpes released this 2025-05-18 11:26:00 +01:00 | 8 commits to main since this release

    Known Issues

    • The /drop command image isn't displayed within the embed ()
    • The sacrifice button on the /drop command doesn't take it from the command but from your inventory
      • If you don't have it in your inventory already it'll not let you until you claim the card

    New Features

    • Create a new /multidrop command which lets you drop 11 cards but only costs you 10 ()
    • Added effects functionality ()
      • With an effect to allow you to have a higher chance of obtaining a card you don't currently have ()

    Improvements

    • Updated the /view command to now be able to search for a card by its name ()
      • The previous functionality has been moved to the /id command
    • Updated the /sacrifice command to allow you to sacrifice multiple of a card at once ()
    • Updated the /trade command to allow you to trade multiple of a card at once ()
    • Updated the /inventory command with a quick navigation dropdown ()
    • The bot will now take the currency of a card on drop rather than on claim ()
      • You now will have the option to either claim it, sacrifice it right away, or reroll

    Bug Fixes

    • Fixed the NewUserDiscovery middleware function not adding a default value to the user's LastUsedDaily row in the Users table ()

    Documentation

    • Added Documentation on how to setup the Google Drive Sync ()
    Downloads
  • v0.8.4 211ef74410

    0.8.4 Stable

    Vylpes released this 2025-04-22 15:21:19 +01:00 | 74 commits to main since this release

    • Fix image grids not working when the source is an external link ()
    • Fix the droprarity and dropnumber commands not working ()
    Downloads
  • v0.8.3 ce0bc15c02

    0.8.3 Stable

    Vylpes released this 2025-01-19 15:11:41 +00:00 | 78 commits to main since this release

    • Update the drop embeds to allow uploading files to an external provider ()
    Downloads
  • v0.8.2 f812467f5e

    0.8.2 Stable

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

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

    0.8.1 Stable

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

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

    0.8.0 Stable

    Vylpes released this 2024-07-27 16:06:26 +01:00 | 91 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 Stable

    Vylpes released this 2024-07-13 17:38:34 +01:00 | 104 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 Stable

    Vylpes released this 2024-06-15 21:01:28 +01:00 | 138 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