mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Added shared.CheckValidDisplay()
This commit is contained in:
@@ -33,7 +33,7 @@ client.on("message", function(msg) {
|
||||
switch(command) {
|
||||
//used for debugging
|
||||
case "ping":
|
||||
shared.SendPublicMessage(client, "Ratstail91", "bot-spam", "pong", 3000);
|
||||
console.log(shared.CheckValidDisplay(client, "Ratstail91", "bot-spam", true));
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user