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 "genesis":
|
||||
return core.ProcessFactionChangeAttempt(client, message, process.env.GROUP_B_ROLE, dialog, "Genesis");
|
||||
core.ProcessFactionChangeAttempt(client, message, process.env.GROUP_B_ROLE, dialog, "Genesis");
|
||||
return true;
|
||||
|
||||
//ADAM and the faction leaders print the intros in the gate
|
||||
case "introgenesis":
|
||||
|
||||
Reference in New Issue
Block a user