Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
executable file 15 lines (15 sloc) 347 Bytes
{
"name": "discordbot",
"version": "1.0.0",
"description": "Bidirectional-communication between socket and discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Noil",
"license": "MIT",
"dependencies": {
"discord.js": "^11.3.2"
}
}