v4/types/guild.go
2025-03-26 13:35:47 -07:00

5 lines
67 B
Go

package types
type DiscordGuild struct {
ID string `json:"id"`
}