Vylpes
deleted branch feature/337-sacrifice-multiple from External/card-drop
2024-09-15 16:57:26 +01:00
Add ability to sacrifice multiple cards at once
4359cbba1e
Fix suggested changes
0e5489f0d1
Add default if not supplied
ca6ccea16f
Update the button events to take into account the quantity field
08949d0af3
Update the sacrifice command to allow input of quantity
52c93c7803
Ability to trade multiple cards at once (#360)
Ability to trade multiple cards at once
98bfd79a00
Fix suggested changes
e1ba8e97d9
Merge branch 'develop' into feature/337-sacrifice-multiple
8683c1e58a
Update dependency @discordjs/rest to v2.4.0 (#357)
ea0ca17044
Update dependency @types/node to v20.16.5 (#356)
Update jest dependencies to their latest versions
Vylpes
created branch feature/199-ts-jest-29-2 in RabbitLabs/random-bunny
2024-09-15 14:34:01 +01:00
69e28c4476
Remove non-vulnerability resolutions
959c21c42c
Update jest dependencies
Ability to trade multiple of a card at once
regarding trading multiple of a card, how do you want it to work exactly? Currently ive set it as a 2nd optional parameter in the command, but i just thought i could probably make it so if they…
Ability to trade multiple cards at once
/Give card command should let you add multiple at once
Fix bug where you weren't able to use both the -q and -j flags at the same time
ebf270f2bb
Plan tests
af30ab5ea7
Fix cli not allowing both -q and --json flags at the same time