When claiming legendary cards, the embed will fail to update the interaction, but will save the card to the database
A fix has been implemented and pending release. The issue was to do with the command trying to reupload the attachment, which it had limited time to do. This was only affecting legendaries due to…
e36ef85507
Merge branch 'hotfix/0.5.2' into develop
297e34e1cf
Fix bug where large file attachments would cause claiming to fail interaction
Update dependency discord.js to v14.15.2
Vylpes
deleted branch renovate/ts-jest-29.x-lockfile from External/card-drop
2024-05-28 17:58:31 +01:00
Update dependency ts-jest to v29.1.3
Update the success message on the daily command
AS a user, I want to be able to claim 100 additional currency a day with a /daily command
Update the success message to be "Congratulations, you have claimed your daily 100 currency! You now have and can claim again in 24 hours!"
3d7d058de4
Merge branch 'develop' into feature/226-timer-fix
aa1ee5588a
Fix inventory showing quantities set to 0 (#239)
5f513d740e
Change sacrifice command embed colours to go green when successful from red (#237)
17ea4d9ab4
Create daily command (#224)
Inventory command shows cards in list that are shown as 0 in the database
This has passed testing for me, the inventory command now filters out the cards in the database with a quantity of 0
AS a user, I want to be able sacrifice cards I have for more currency
This has passed for me, the sacrifice command now starts off as red and changes to green when complete and grey when cancelled
AS a user, I want to be able to claim 100 additional currency a day with a /daily command
I'm happy with this, daily command gives it once and then you have to wait
Fix inventory showing quantities set to 0