We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b618e2b commit af79a0dCopy full SHA for af79a0d
Serverlogging/server.lua
@@ -4,6 +4,9 @@ local DISCORD_WEBHOOK = ""
4
local DISCORD_NAME = "System"
5
-- local DISCORD_IMAGE = "" !coming soon!
6
7
+--DON'T EDIT BELOW THIS
8
+
9
10
--PerformHttpRequest(DISCORD_WEBHOOK, function(err, text, headers) end, 'POST', json.encode({username = DISCORD_NAME, content = "**Serverlogging is ONLINE**"}), { ['Content-Type'] = 'application/json' })
11
12
0 commit comments