Added search song genius API

This commit is contained in:
2020-12-17 22:26:43 +01:00
parent f98437335c
commit 797940993f
4 changed files with 184 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "noplp-discord",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucaasmth/NOPLP-Discord.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lucaasmth/NOPLP-Discord/issues"
},
"homepage": "https://github.com/lucaasmth/NOPLP-Discord#readme",
"dependencies": {
"axios": "^0.21.0",
"discord.js": "^12.5.1"
}
}