local URL = " " -- Discord Webhook
local Proxy_Service = require(game.ServerScriptService.Proxy_Service)
Proxy_Service:New(" ") // Proxy Server
local Data = {
['embeds'] = {{
['title'] = "**New trade**",
["avatar_url"] = "https://media.discord.com/attachments/[number]/[number]/x.png?width=401&height=401",
['description'] = Player_Who_Accepted .. " has accepted a trade. They received: "..Accepted_Value.." and gave "..Sent_Value,
}}
}
local Final_Data = Http_Service:JSONEncode(Data)
Proxy_Service:Post(URL,Final_Data)
Trade_Information[Id]:Destroy()
end)```