From 89ab87df419b87b039c6cdf96b131ea45aa3aac6 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 5 Apr 2022 06:19:25 -0500 Subject: [PATCH] Add discord config --- config/discord.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/discord.json diff --git a/config/discord.json b/config/discord.json new file mode 100644 index 00000000..6afb8078 --- /dev/null +++ b/config/discord.json @@ -0,0 +1,10 @@ +{ + "sendChat": "true", + "sendConnectEvents": "true", + "sendVehicleEvents": "true", + "sendDeathEvents": "true", + "webhook": { + "enabled": "true", + "webhookBaseURL": "https://example.com/something.php?message={0}&url={1}" + } +} \ No newline at end of file