Compare commits

..

No commits in common. "0dc430b7d5090f675f1b3ac02da5ee9c34cb01e0" and "9ac02c3881e3e8b0bbefa8e4afa2c0272c5437bf" have entirely different histories.

6 changed files with 346 additions and 525 deletions

View file

@ -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

View file

@ -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

View file

@ -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

Binary file not shown.

View file

@ -1,6 +1,6 @@
{
"name": "card-drop",
"version": "0.1.8",
"version": "0.1.7",
"main": "./dist/bot.js",
"typings": "./dist",
"scripts": {
@ -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",

856
yarn.lock

File diff suppressed because it is too large Load diff