initial commit for sfx functionality

This commit is contained in:
Chris Ham
2017-07-14 08:27:18 -07:00
commit 8790469dc8
82 changed files with 610 additions and 0 deletions

18
package.json Executable file
View File

@@ -0,0 +1,18 @@
{
"name": "ghbot",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"discord.js": "^11.1.0",
"ffmpeg-binaries": "^3.2.2-3",
"node-opus": "^0.2.6",
"request": "^2.81.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}