dashboard/utils/discord/objects/embedfooter.go
2019-07-04 20:30:19 +01:00

8 lines
95 B
Go

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