Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Replit user committed Jan 10, 2024
1 parent 182d92b commit 421136d
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 15 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ node_modules
.env
package-lock.json
src/data/users.json
src/commands/utility/rank.js
src/data/users.json
package-lock.json
package.json
58 changes: 48 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-tesseract": "^0.0.3"
"eslint-config-tesseract": "^0.0.3",
"node": "^16.9.0"
},
"dependencies": {
"@discordjs/builders": "^0.3.0",
Expand All @@ -16,7 +17,7 @@
"axios": "^1.5.0",
"body-parser": "^1.19.0",
"canvacord": "^5.0.8",
"canvas": "^2.11.2",
"canvas": "^2.9.3",
"chalk": "^4.1.0",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
Expand Down

0 comments on commit 421136d

Please sign in to comment.