From 05c31def4919b5fd5d83938c941050355ec3d2f1 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 12 Jun 2024 21:16:41 +0100 Subject: [PATCH] Rename --- game/game.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/game.go b/game/game.go index e0bf249..bc0295f 100644 --- a/game/game.go +++ b/game/game.go @@ -454,8 +454,8 @@ type Game struct { ChatLanguageISO639_1 string `methods:"POST,PUT"` GameMasterEnabled bool `methods:"POST"` RequireGameMasterInvitation bool `methods:"POST,PUT"` - DiscordGameStartedWebhook string `json:",omitempty" methods:"POST"` - DiscordPhaseUpdatedWebhook string `json:",omitempty" methods:"POST"` + GameStartedDiscordWebhook string `json:",omitempty" methods:"POST"` + PhaseUpdatedDiscordWebhook string `json:",omitempty" methods:"POST"` GameMasterInvitations GameMasterInvitations GameMaster auth.User