Adds the embed to the body
local Disblox = require(path.to.disblox) local message = Disblox.new() local embed = Disblox.embed() embed.Title = "Bright Red Embed" embed.Color = BrickColor.new("Bright red") message:AddEmbed(embed)
Last updated 2 years ago