local webModule = loadstring(game:HttpGet("https://raw.githubusercontent.com/jackerein/feverseries/refs/heads/main/WebhookModule",true))()
--[[
Example:
local embed = {
["title"] = "This is an embed",
["description"] = "Embed description i guess",
["color"] = 65280,
["fields"] = {
{
["name"] = "Some field name here", -- field 1
["value"] = "Some field text here"
},
{
["name"] = "Some field name here", -- field 2
["value"] = "Some field text here"
}
},
["footer"] = {
["text"] = "silly footer"
}
}
webModule:Post("webhook url here!" , "hey")
webModule:EmbedPost("webhook url here!" , embed) -- Discord embed
webModule:ExecutionLog("webhookUrl" , "scriptname")
]]
Comments
tf are these comments
This time, I have not been forced to say this. I welcome this in my projects (🤓)
This time, I have not been forced to say this. I welcome this in my projects (🤓)
This time, I have not been forced to say this. I welcome this in my projects (🤓)
This time, I have not been forced to say this. I welcome this in my projects (🤓)
This time, I have not been forced to say this. I welcome this in my projects (🤓)
This time, I have not been forced to say this. I welcome this in my projects (🤓)