From 76a608b75e81ac244c512a450d4071753255c48f Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 20 May 2022 23:45:14 -0500 Subject: [PATCH] Update config --- config/discord.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/config/discord.json b/config/discord.json index 6afb8078..1f205b95 100644 --- a/config/discord.json +++ b/config/discord.json @@ -1,10 +1,13 @@ { - "sendChat": "true", - "sendConnectEvents": "true", - "sendVehicleEvents": "true", - "sendDeathEvents": "true", + "sendChat": true, + "sendEvents": true, + "sendConnectEvents": true, + "sendVehicleEvents": true, + "sendDeathEvents": true, + "sendAdmin": true, "webhook": { - "enabled": "true", - "webhookBaseURL": "https://example.com/something.php?message={0}&url={1}" + "enabled": true, + "webhookBaseURL": "http://127.0.0.1:8090/discord.php?message={0}&server={1}&type={2}&pass={3}", + "pass": "LWb7T3ZyCam7Nzen" } } \ No newline at end of file