• Joined on 2022-08-05
Vylpes merged pull request External/card-drop#222 2024-05-13 15:18:20 +01:00
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
Vylpes pushed to develop at External/card-drop 2024-05-13 15:15:23 +01:00
b9264e23db Update dependency @types/node to v20.12.11 (#221)
Vylpes merged pull request External/card-drop#221 2024-05-13 15:15:22 +01:00
Update dependency @types/node to v20.12.11
Vylpes commented on issue External/card-drop#154 2024-05-12 15:16:30 +01:00
AS a user, I want to be able to search for a card by its name

Blocked by #156

Vylpes closed issue External/card-drop#130 2024-05-12 15:15:59 +01:00
AS a developer, I want the configuration to use a JSON object rather than .env
Vylpes closed issue External/card-drop#146 2024-05-11 14:21:08 +01:00
AS a developer, I want the project to use a logger
Vylpes commented on issue External/card-drop#201 2024-05-11 14:20:18 +01:00
AS a user, I want my currency balance to be used when I claim a card

This has passed internal testing

Vylpes pushed to feature/258-fix-tests at RabbitLabs/vylbot-app 2024-05-11 14:03:07 +01:00
d0a8db718e WIP: Start of kick command tests
Vylpes deleted branch feature/206-give-currency from External/card-drop 2024-05-11 12:48:49 +01:00
Vylpes merged pull request External/card-drop#220 2024-05-11 12:48:48 +01:00
Update give command to allow currency to be given
Vylpes pushed to develop at External/card-drop 2024-05-11 12:48:48 +01:00
de14723df0 Update give command to allow currency to be given (#220)
Vylpes pushed to feature/258-fix-tests at RabbitLabs/vylbot-app 2024-05-11 11:08:17 +01:00
2841ed5463 Create ignore command tests
ac51eb7f40 Create disable command tests
bd6858daa3 Create config command tests
Compare 3 commits »
Vylpes created branch feature/203-sacrifice-command in External/card-drop 2024-05-10 17:53:24 +01:00
Vylpes pushed to feature/203-sacrifice-command at External/card-drop 2024-05-10 17:53:24 +01:00
11fd859615 Create sacrifice command and embed
Vylpes reopened issue RabbitLabs/vylbot-app#413 2024-05-09 09:59:13 +01:00
Nickname change event randomly fires for certain users when they haven't changed their name
Vylpes commented on pull request External/card-drop#220 2024-05-08 17:58:29 +01:00
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…

Vylpes created pull request External/card-drop#220 2024-05-08 17:56:39 +01:00
Update give command to allow currency to be given