Update dependency glob to v10.3.15
Vylpes
deleted branch renovate/node-20.x-lockfile from External/card-drop
2024-05-13 15:15:24 +01:00
Update dependency @types/node to v20.12.11
AS a developer, I want the configuration to use a JSON object rather than .env
AS a developer and tester, I want the /give command to also be able to give currency to a user
This has passed testing
AS a developer, I want the project to use a logger
AS a user, I want my currency balance to be used when I claim a card
This has passed internal testing
Update give command to allow currency to be given
2841ed5463
Create ignore command tests
ac51eb7f40
Create disable command tests
bd6858daa3
Create config command tests
Vylpes
created branch feature/203-sacrifice-command in External/card-drop
2024-05-10 17:53:24 +01:00
Nickname change event randomly fires for certain users when they haven't changed their name
Still happening
Nickname change event randomly fires for certain users when they haven't changed their name
Update give command to allow currency to be given
I had to switch the type argument in command.ts
back to any
, as typescript was getting too messy with the types, adding different options to the command builder was creating different types…
Update give command to allow currency to be given