mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Created an empty shell of a server
This commit is contained in:
@@ -108,7 +108,8 @@ function processBasicCommands(client, message) {
|
||||
return true;
|
||||
|
||||
case "obsidian":
|
||||
return core.ProcessFactionChangeAttempt(client, message, process.env.GROUP_A_ROLE, dialog, "Obsidian");
|
||||
core.ProcessFactionChangeAttempt(client, message, process.env.GROUP_A_ROLE, dialog, "Obsidian");
|
||||
return true;
|
||||
|
||||
//ADAM and the faction leaders print the intros in the gate
|
||||
case "introobsidian":
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "nodejs-elasticbeanstalk",
|
||||
"name": "ADAM_Kamala",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
|
||||
Reference in New Issue
Block a user