dashboard/utils/discord/objects/embedfooter.go
2020-04-02 20:53:11 +01:00

8 lines
102 B
Go

package objects
type EmbedFooter struct {
Text string
IconUrl string
ProxyIconUrl string
}