From b340057810914d12056c1de35c273243df625bbc Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:02:38 +0100 Subject: [PATCH] add stage channel text --- bot/en_gb/standard/voiceEvents.json | 18 ++++++++++++++++++ bot/en_pr/standard/voiceEvents.json | 18 ++++++++++++++++++ bot/en_us/standard/voiceEvents.json | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/bot/en_gb/standard/voiceEvents.json b/bot/en_gb/standard/voiceEvents.json index 796433b..ec3afb9 100644 --- a/bot/en_gb/standard/voiceEvents.json +++ b/bot/en_gb/standard/voiceEvents.json @@ -67,5 +67,23 @@ "description": "{executor} set the status for {channel}", "status": "Status", "linksToEmojis": "Links to emojis" + }, + "stageStarted": { + "title": "Stage Started", + "description": "{executor} started a stage", + "topic": "Topic", + "channel": "Channel" + }, + "stageEnded": { + "title": "Stage Ended", + "description": "The stage was ended by {executor}", + "description_noExecutor": "The stage channel was ended", + "topic": "Topic" + }, + "stageUpdated": { + "title": "Stage Updated", + "description": "The stage was updated by {executor}", + "oldTopic": "Old Topic", + "newTopic": "New Topic" } } \ No newline at end of file diff --git a/bot/en_pr/standard/voiceEvents.json b/bot/en_pr/standard/voiceEvents.json index 8e6ed5f..0da6db7 100644 --- a/bot/en_pr/standard/voiceEvents.json +++ b/bot/en_pr/standard/voiceEvents.json @@ -67,5 +67,23 @@ "description": "{executor} set the status for {channel}", "status": "Status", "linksToEmojis": "Links to emojis" + }, + "stageStarted": { + "title": "Stage Started", + "description": "{executor} started a stage", + "topic": "Topic", + "channel": "Channel" + }, + "stageEnded": { + "title": "Stage Ended", + "description": "The stage was ended by {executor}", + "description_noExecutor": "The stage channel was ended", + "topic": "Topic" + }, + "stageUpdated": { + "title": "Stage Updated", + "description": "The stage was updated by {executor}", + "oldTopic": "Old Topic", + "newTopic": "New Topic" } } \ No newline at end of file diff --git a/bot/en_us/standard/voiceEvents.json b/bot/en_us/standard/voiceEvents.json index 796433b..ec3afb9 100644 --- a/bot/en_us/standard/voiceEvents.json +++ b/bot/en_us/standard/voiceEvents.json @@ -67,5 +67,23 @@ "description": "{executor} set the status for {channel}", "status": "Status", "linksToEmojis": "Links to emojis" + }, + "stageStarted": { + "title": "Stage Started", + "description": "{executor} started a stage", + "topic": "Topic", + "channel": "Channel" + }, + "stageEnded": { + "title": "Stage Ended", + "description": "The stage was ended by {executor}", + "description_noExecutor": "The stage channel was ended", + "topic": "Topic" + }, + "stageUpdated": { + "title": "Stage Updated", + "description": "The stage was updated by {executor}", + "oldTopic": "Old Topic", + "newTopic": "New Topic" } } \ No newline at end of file