Red0ct
(Redoct)
#1
So I have this code to notify about players joining the game
local Data = {
["content"] = "Someone has joined!"
}
Data = http:JSONEncode(Data)
http:PostAsync("[link]", Data)
and it only works on studio. I have all this enabled:
It also worked before, but one day it stopped working.
octav20071
(OctaViano)
#2
Replace discord.com
with webhook.lewistehminerz.dev
, and try again.
Red0ct
(Redoct)
#3
Where do I have to replace that?
shariqxD
(shariqxD)
#4
You need to create a webhook in discord text channel then use its url instead of link