Created an empty shell of a server

This commit is contained in:
2018-10-28 23:15:40 +11:00
parent ba4316ef3d
commit 729209288d
17 changed files with 299 additions and 185 deletions

View File

@@ -108,7 +108,8 @@ function processBasicCommands(client, message) {
return true;
case "hand":
return core.ProcessFactionChangeAttempt(client, message, process.env.GROUP_C_ROLE, dialog, "Hand");
core.ProcessFactionChangeAttempt(client, message, process.env.GROUP_C_ROLE, dialog, "Hand");
return true;
//ADAM and the faction leaders print the intros in the gate
case "introhand":

View File

@@ -1,5 +1,5 @@
{
"name": "nodejs-elasticbeanstalk",
"name": "ADAM_Dairo",
"version": "1.0.0",
"description": "",
"main": "server.js",