2020-04-14 17:01:50 +01:00

10 lines
134 B
Go

package objects
type Guild struct {
Id string
Name string
Icon string
Owner bool
Permissions int
}