Skip to content

Commit 68e664c

Browse files
authored
Merge pull request #169 from ItzDerock/feat/extended-image-download-opts
feat: extended image download opts
2 parents aa5ca76 + a53db4d commit 68e664c

File tree

10 files changed

+425
-41
lines changed

10 files changed

+425
-41
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,20 @@
3333
"dist/**/*.js.map"
3434
],
3535
"devDependencies": {
36+
"@types/debug": "^4.1.12",
3637
"@types/node": "^20.11.17",
3738
"@types/react": "^18.2.47",
3839
"@types/react-dom": "^18.2.18",
3940
"@typescript-eslint/eslint-plugin": "^5.62.0",
4041
"@typescript-eslint/parser": "^5.62.0",
42+
"debug": "^4.3.4",
4143
"discord.js": "^14.14.1",
4244
"dotenv": "^16.3.1",
4345
"eslint": "^8.56.0",
4446
"husky": "^8.0.3",
4547
"prettier": "^2.8.8",
4648
"pretty-quick": "^3.1.3",
49+
"sharp": "^0.33.2",
4750
"ts-node": "^10.9.2",
4851
"typescript": "^5.3.3"
4952
},

pnpm-lock.yaml

+275
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)