Goff/utils/types.go
2020-08-30 00:08:40 -08:00

11 lines
175 B
Go

package utils
type Guild struct {
ID string
WelcomeMessage string
GoodbyeMessage string
LoggingChannel string
WelcomeChannel string
PuzzleChannel string
}