diff --git a/game/game.go b/game/game.go index 0bcbbe0..34b2eb4 100644 --- a/game/game.go +++ b/game/game.go @@ -464,7 +464,7 @@ type Game struct { ChatLanguageISO639_1 string `methods:"POST,PUT"` GameMasterEnabled bool `methods:"POST"` RequireGameMasterInvitation bool `methods:"POST,PUT"` - DiscordWebhooks *DiscordWebhooks `methods:"POST" datastore:",noindex"` + DiscordWebhooks DiscordWebhooks `methods:"POST" datastore:",noindex"` GameMasterInvitations GameMasterInvitations GameMaster auth.User