Skip to content

Instantly share code, notes, and snippets.

@natanbc
Last active November 20, 2017 23:55
Show Gist options
  • Save natanbc/c44849ef050d90d32c28d8ffedf1adf2 to your computer and use it in GitHub Desktop.
Save natanbc/c44849ef050d90d32c28d8ffedf1adf2 to your computer and use it in GitHub Desktop.
embed {
author = {
name = format("%username%#%discriminator%"),
icon = format("%avatar%"),
url = nil
},
timestamp = "creation",--can also be "now"
footer = {
text = format("Message sent on #%channel_name%"),
icon = nil
},
title = {
text = format("%count% %emote% | %message_id%"),
url = nil
},
description = format("%message_raw%"),
image = format("%attachment%"),
color = format("%color%"),
thumbnail = nil,
fields = {
--[[
{name = "name", value = "value", inline = true},
{blank = true},
{name = "other name", value = "other value"}
]]
}
}
--[[
message {
content = "Starboard Message"
}
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment