local Disblox = require(path.to.disblox)
local message = Disblox.new()
local embed = Disblox.embed() --// or message.embed(), whatever you prefer.
embed.Author.Name = "Sample Author Name"
embed.Author.Url = "https://doqe.gitbook.io/disblox"
embed.Author.Icon = "https://icon.url/"