Initial commit

This commit is contained in:
2019-03-16 14:48:09 +11:00
commit 5dd1619545
32 changed files with 1757 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "dadminyt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"colors": "^1.3.3",
"discord.js": "^11.4.2",
"discord.js-musicbot-addon": "^13.4.5",
"get-urls": "^9.0.0",
"linkifyjs": "^2.1.8",
"mysql": "^2.16.0",
"node-opus": "^0.3.1",
"request": "^2.88.0",
"twitch-m3u8": "^1.0.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}