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

8 lines
84 B
Go

package objects
type EmbedField struct {
Name string
Value string
Inline bool
}