add sendgb downloader like a boss

This commit is contained in:
Soph :3 2025-12-20 13:55:17 +02:00
parent b21f6594a8
commit e61343f04f
2 changed files with 105 additions and 2 deletions

View file

@ -8,8 +8,8 @@
"deezify": "bun run src/deezify.js",
"now-playing": "bun run src/now-playing.js",
"request-bot": "bun run src/request-bot.js",
"pillow": "bun run src/pillow.js"
"pillow": "bun run src/pillow.js",
"sendgb": "bun run src/sendgb.js"
},
"engineStrict": true,
"engines": {