Uploaded bots for the first time

This commit is contained in:
TheSomeoneXD
2018-10-12 01:36:53 -05:00
parent c3f241cfae
commit e09d528c81
70 changed files with 21621 additions and 2 deletions

29
Enemy_Wolf/package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "sanctum-deploypackage",
"version": "1.0.1",
"description": "Universal package for all SANCTUM bots, using pm2.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: you need to use the bot name as a command.\" && exit 1",
"alexis": "pm2 start alexis.js -i max --watch",
"graze": "pm2 start graze.js -i max --watch",
"librarian": "pm2 start librarian.js -i max --watch",
"mainframe": "pm2 start mainframe.js -i max --watch",
"mori": "pm2 start mori.js -i max --watch",
"mosiah": "pm2 start mosiah.js -i max --watch",
"ravager": "pm2 start ravager.js -i max --watch",
"rey": "pm2 start rey.js -i max --watch",
"troll": "pm2 start troll.js -i max --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^11.4.2",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"node-cron": "^1.2.1",
"socket.io": "^2.1.1",
"socket.io-request": "^0.8.0"
}
}