diff --git a/shared/config.lua b/shared/config.lua new file mode 100644 index 0000000..8a0dc1f --- /dev/null +++ b/shared/config.lua @@ -0,0 +1,12 @@ +Discord = { + + warns = "https://discord.com/api/webhooks/", + heal = "https://discord.com/api/webhooks/", + mededeling = "https://discord.com/api/webhooks/", + ban = "https://discord.com/api/webhooks/", + whitelist = "https://discord.com/api/webhooks/", + acties = "https://discord.com/api/webhooks/", + kick = "https://discord.com/api/webhooks/", + restart = "https://discord.com/api/webhooks/", + +}