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