Compare commits

...

3 commits

Author SHA1 Message Date
09eead6fcb Update .env version
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-04 16:08:08 +00:00
e914df1861 Update undici to 5.26.2 2023-11-04 16:06:23 +00:00
dc4f61e2de Update @babel/traverse to 7.23.2 2023-11-04 16:02:46 +00:00
6 changed files with 524 additions and 345 deletions

View file

@ -7,7 +7,7 @@
# any secret values. # any secret values.
BOT_TOKEN= BOT_TOKEN=
BOT_VER=0.1.7 DEV BOT_VER=0.1.8 DEV
BOT_AUTHOR=Vylpes BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816 BOT_OWNERID=147392775707426816
BOT_CLIENTID=682942374040961060 BOT_CLIENTID=682942374040961060

View file

@ -7,7 +7,7 @@
# any secret values. # any secret values.
BOT_TOKEN= BOT_TOKEN=
BOT_VER=0.1.7 BOT_VER=0.1.8
BOT_AUTHOR=Vylpes BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816 BOT_OWNERID=147392775707426816
BOT_CLIENTID=1093810443589529631 BOT_CLIENTID=1093810443589529631

View file

@ -7,7 +7,7 @@
# any secret values. # any secret values.
BOT_TOKEN= BOT_TOKEN=
BOT_VER=0.1.7 BETA BOT_VER=0.1.8 BETA
BOT_AUTHOR=Vylpes BOT_AUTHOR=Vylpes
BOT_OWNERID=147392775707426816 BOT_OWNERID=147392775707426816
BOT_CLIENTID=1147976642942214235 BOT_CLIENTID=1147976642942214235

BIN
cards.db

Binary file not shown.

View file

@ -24,12 +24,12 @@
"funding": "https://ko-fi.com/vylpes", "funding": "https://ko-fi.com/vylpes",
"dependencies": { "dependencies": {
"@discordjs/rest": "^1.1.0", "@discordjs/rest": "^1.1.0",
"@types/jest": "^29.0.0", "@types/jest": "^29.5.7",
"@types/uuid": "^9.0.0", "@types/uuid": "^9.0.0",
"discord.js": "^14.3.0", "discord.js": "^14.3.0",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"googleapis": "^126.0.0", "googleapis": "^126.0.0",
"jest": "^29.0.0", "jest": "^29.7.0",
"jest-mock-extended": "^3.0.0", "jest-mock-extended": "^3.0.0",
"minimatch": "9.0.2", "minimatch": "9.0.2",
"mysql": "^2.18.1", "mysql": "^2.18.1",
@ -38,7 +38,8 @@
"typeorm": "0.3.17" "typeorm": "0.3.17"
}, },
"resolutions": { "resolutions": {
"**/semver": "^7.5.2" "**/@babel/traverse": "^7.23.2",
"**/undici": "^5.26.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.0.0", "@types/node": "^20.0.0",

856
yarn.lock

File diff suppressed because it is too large Load diff