mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 10:34:26 +11:00
Completed faction code
This commit is contained in:
@@ -33,10 +33,12 @@ client.on("message", function(msg) {
|
||||
switch(command) {
|
||||
//used for debugging
|
||||
case "ping":
|
||||
console.log(shared.CheckValidDisplay(client, "Ratstail91", "bot-spam", true));
|
||||
shared.ChangeFaction(client, process.env.GROUP_B_ROLE, msg.channel, msg.member);
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
||||
//actually log in
|
||||
client.login(process.env.DEVELOPER_TOKEN);
|
||||
client.login(process.env.DEVELOPER_TOKEN);
|
||||
|
||||
//TODO: change usernames to tags throughout the shared library
|
||||
Reference in New Issue
Block a user