Add (U)n(am)bigious (A)rtist (L)ookup aka UAMAL, and fix deezify bug

This commit is contained in:
Soph :3 2026-01-01 16:01:19 +02:00
parent fcf39e78dc
commit 4248e39471
4 changed files with 273 additions and 26 deletions

View file

@ -9,7 +9,8 @@
"now-playing": "bun run src/now-playing.js",
"request-bot": "bun run src/request-bot.js",
"pillow": "bun run src/pillow.js",
"sendgb": "bun run src/sendgb.js"
"sendgb": "bun run src/sendgb.js",
"uamal": "bun run src/unambigious-artist-lookup.js"
},
"engineStrict": true,
"engines": {
@ -19,6 +20,9 @@
"typescript": "^5"
},
"dependencies": {
"discord.js": "^14.25.1"
"commander": "^14.0.2",
"discord.js": "^14.25.1",
"fast-levenshtein": "^3.0.0",
"spotify-web-api-node": "^5.0.2"
}
}