Discord webhooks

This commit is contained in:
Vortrex
2022-04-05 06:20:16 -05:00
parent 980a5a8bad
commit 0521e28635
3 changed files with 12 additions and 29 deletions

View File

@@ -621,8 +621,8 @@ function loginSuccess(client) {
getPlayerData(client).accountData.ipAddress = client.ip;
sendPlayerChatScrollLines(client, getPlayerData(client).accountData.chatScrollLines);
messagePlayerNormal(null, `👋 ${getPlayerName(client)} has joined the server`, getColourByName("softYellow"));
messageDiscordChatChannel(`👋 ${getPlayerName(client)} has joined the server`);
}
// ===========================================================================