ADVERTISEMENTREMOVE ADS
Discord Webhook Module
46,731 views
Universal scriptβ’
6 months ago

Script Preview
Description
Need to use Discord Webhooks for stuff such as execution logging? Look no further! This module works as a basic tool you can easily use to remotely send messages to your webhook! Supports embeds and basic text.
Features:
- Discord Webhook Stuff
Tested with
ADVERTISEMENTREMOVE ADS
34 Lines β’ 826 Bytes
Verified
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")
]]
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS







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 (π€)
tf are these comments