Added SANCTUM Developer Discord Bot

This commit is contained in:
TheSomeoneXD
2018-10-16 00:29:22 -05:00
parent 83ef5308ad
commit bc6944c91e
4 changed files with 330 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "developerdiscord",
"version": "1.0.0",
"description": "Developer Discord Bot",
"main": "developerdiscord.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimRuswick/SANCTUM.git"
},
"author": "TheSomeoneXD",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimRuswick/SANCTUM/issues"
},
"homepage": "https://github.com/TimRuswick/SANCTUM#readme",
"dependencies": {
"discord.js": "^11.4.2"
}
}