From ca0029c1ecc94c84352410eda6875c06274c14fe Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:39:23 +0100 Subject: [PATCH] add "none" for when userid is not present --- bot/en_gb/standard/serverActions.json | 3 ++- bot/en_gb/standard/voiceEvents.json | 3 ++- bot/en_pr/standard/serverActions.json | 3 ++- bot/en_pr/standard/voiceEvents.json | 3 ++- bot/en_us/standard/serverActions.json | 3 ++- bot/en_us/standard/voiceEvents.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/bot/en_gb/standard/serverActions.json b/bot/en_gb/standard/serverActions.json index 46a6c86..622b7b8 100644 --- a/bot/en_gb/standard/serverActions.json +++ b/bot/en_gb/standard/serverActions.json @@ -5,7 +5,8 @@ "description_withoutInviter": "An invite {invite} was created for {channel}", "expires": "Expires", "never": "Never", - "maxUses": "Max Uses" + "maxUses": "Max Uses", + "none": "none" }, "inviteDelete": { "title": "Invite Deleted", diff --git a/bot/en_gb/standard/voiceEvents.json b/bot/en_gb/standard/voiceEvents.json index ec3afb9..67dd946 100644 --- a/bot/en_gb/standard/voiceEvents.json +++ b/bot/en_gb/standard/voiceEvents.json @@ -78,7 +78,8 @@ "title": "Stage Ended", "description": "The stage was ended by {executor}", "description_noExecutor": "The stage channel was ended", - "topic": "Topic" + "topic": "Topic", + "none": "none" }, "stageUpdated": { "title": "Stage Updated", diff --git a/bot/en_pr/standard/serverActions.json b/bot/en_pr/standard/serverActions.json index 46a6c86..622b7b8 100644 --- a/bot/en_pr/standard/serverActions.json +++ b/bot/en_pr/standard/serverActions.json @@ -5,7 +5,8 @@ "description_withoutInviter": "An invite {invite} was created for {channel}", "expires": "Expires", "never": "Never", - "maxUses": "Max Uses" + "maxUses": "Max Uses", + "none": "none" }, "inviteDelete": { "title": "Invite Deleted", diff --git a/bot/en_pr/standard/voiceEvents.json b/bot/en_pr/standard/voiceEvents.json index 0da6db7..9d5f64f 100644 --- a/bot/en_pr/standard/voiceEvents.json +++ b/bot/en_pr/standard/voiceEvents.json @@ -78,7 +78,8 @@ "title": "Stage Ended", "description": "The stage was ended by {executor}", "description_noExecutor": "The stage channel was ended", - "topic": "Topic" + "topic": "Topic", + "none": "none" }, "stageUpdated": { "title": "Stage Updated", diff --git a/bot/en_us/standard/serverActions.json b/bot/en_us/standard/serverActions.json index 46a6c86..622b7b8 100644 --- a/bot/en_us/standard/serverActions.json +++ b/bot/en_us/standard/serverActions.json @@ -5,7 +5,8 @@ "description_withoutInviter": "An invite {invite} was created for {channel}", "expires": "Expires", "never": "Never", - "maxUses": "Max Uses" + "maxUses": "Max Uses", + "none": "none" }, "inviteDelete": { "title": "Invite Deleted", diff --git a/bot/en_us/standard/voiceEvents.json b/bot/en_us/standard/voiceEvents.json index ec3afb9..67dd946 100644 --- a/bot/en_us/standard/voiceEvents.json +++ b/bot/en_us/standard/voiceEvents.json @@ -78,7 +78,8 @@ "title": "Stage Ended", "description": "The stage was ended by {executor}", "description_noExecutor": "The stage channel was ended", - "topic": "Topic" + "topic": "Topic", + "none": "none" }, "stageUpdated": { "title": "Stage Updated",