Add (U)n(am)bigious (A)rtist (L)ookup aka UAMAL, and fix deezify bug
This commit is contained in:
parent
fcf39e78dc
commit
4248e39471
4 changed files with 273 additions and 26 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue