Skip to content

Commit

Permalink
boom
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattbtw committed Aug 25, 2023
1 parent b6df7e1 commit 6024f83
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 297 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
node_modules/
.env
.env
.DS_Store
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"author": "mmatt <[email protected]>",
"license": "MIT",
"dependencies": {
"discord.js": "^14.2.0",
"dotenv": "^16.0.1",
"ora": "^6.1.2",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"ora": "^7.0.1",
"topgg-autoposter": "^2.0.1"
},
"devDependencies": {
"@prisma/client": "^4.2.1",
"@types/node": "^20.1.2",
"nodemon": "^2.0.19",
"prisma": "^4.2.1",
"@prisma/client": "^5.2.0",
"@types/node": "^20.5.6",
"nodemon": "^3.0.1",
"prisma": "^5.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 6024f83

Please sign in to comment.