-
0.6.3
released this
2024-06-07 18:12:38 +01:00 | 141 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
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
5 downloads
-
0.6.2
released this
2024-06-03 18:44:33 +01:00 | 145 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
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
5 downloads
-
0.6.1
released this
2024-06-02 16:16:19 +01:00 | 151 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
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
5 downloads
-
0.6.0
released this
2024-06-01 18:09:42 +01:00 | 155 commits to main since this releaseNew 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
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads
-
0.5.2
released this
2024-05-30 17:34:22 +01:00 | 179 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
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads
-
0.5.1
All checks were successfulci/woodpecker/push/woodpecker Pipeline was successfulreleased this
2024-03-14 17:36:26 +00:00 | 215 commits to main since this release- Fix vulnerability in dependencies (undici, ip)
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
0.5.0
All checks were successfulci/woodpecker/push/woodpecker Pipeline was successfulreleased this
2024-02-17 17:52:34 +00:00 | 218 commits to main since this releaseNew 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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
- Add
-
0.4.2 Stable
released this
2024-01-21 14:16:23 +00:00 | 237 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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
0.4.1 Stable
released this
2024-01-20 15:46:18 +00:00 | 241 commits to main since this release- Fix drop command not replying to the user on image read failure
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
released this
2024-01-13 13:35:14 +00:00 | 244 commits to main since this releaseFeatures
- Added
/give
command for bot admins - Added simplified
/inventory
command
Backend Improvements
- Deployment now uses
rsync
to copy files over, being more efficient - The project is now linted to maintain a consistent code style
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
- Added