Compare commits
No commits in common. "09eead6fcb25790e55994eb5892ac3d155894a5b" and "9ac02c3881e3e8b0bbefa8e4afa2c0272c5437bf" have entirely different histories.
09eead6fcb
...
9ac02c3881
6 changed files with 345 additions and 524 deletions
2
.dev.env
2
.dev.env
|
@ -7,7 +7,7 @@
|
|||
# any secret values.
|
||||
|
||||
BOT_TOKEN=
|
||||
BOT_VER=0.1.8 DEV
|
||||
BOT_VER=0.1.7 DEV
|
||||
BOT_AUTHOR=Vylpes
|
||||
BOT_OWNERID=147392775707426816
|
||||
BOT_CLIENTID=682942374040961060
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# any secret values.
|
||||
|
||||
BOT_TOKEN=
|
||||
BOT_VER=0.1.8
|
||||
BOT_VER=0.1.7
|
||||
BOT_AUTHOR=Vylpes
|
||||
BOT_OWNERID=147392775707426816
|
||||
BOT_CLIENTID=1093810443589529631
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# any secret values.
|
||||
|
||||
BOT_TOKEN=
|
||||
BOT_VER=0.1.8 BETA
|
||||
BOT_VER=0.1.7 BETA
|
||||
BOT_AUTHOR=Vylpes
|
||||
BOT_OWNERID=147392775707426816
|
||||
BOT_CLIENTID=1147976642942214235
|
||||
|
|
BIN
cards.db
Normal file
BIN
cards.db
Normal file
Binary file not shown.
|
@ -24,12 +24,12 @@
|
|||
"funding": "https://ko-fi.com/vylpes",
|
||||
"dependencies": {
|
||||
"@discordjs/rest": "^1.1.0",
|
||||
"@types/jest": "^29.5.7",
|
||||
"@types/jest": "^29.0.0",
|
||||
"@types/uuid": "^9.0.0",
|
||||
"discord.js": "^14.3.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"googleapis": "^126.0.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest": "^29.0.0",
|
||||
"jest-mock-extended": "^3.0.0",
|
||||
"minimatch": "9.0.2",
|
||||
"mysql": "^2.18.1",
|
||||
|
@ -38,8 +38,7 @@
|
|||
"typeorm": "0.3.17"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/@babel/traverse": "^7.23.2",
|
||||
"**/undici": "^5.26.2"
|
||||
"**/semver": "^7.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
|
|
Loading…
Reference in a new issue