Documentation ¶
Overview ¶
Package embedutil deals with embeds.
Index ¶
Constants ¶
View Source
const ( LimitTitle = 256 LimitDescription = 2048 LimitFieldName = 256 LimitFieldValue = 1024 LimitField = 25 )
Embed limits.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Embed ¶
type Embed struct {
*discordgo.MessageEmbed
}
Embed represents a discord embed.
func (*Embed) SetThumbnail ¶
SetThumbnail sets the thumbnail URL of an embedutil.
Click to show internal directories.
Click to hide internal directories.