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