Skip to content

Commit

Permalink
add stage channel text
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Jun 19, 2024
1 parent 15c36ea commit b340057
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bot/en_gb/standard/voiceEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
18 changes: 18 additions & 0 deletions bot/en_pr/standard/voiceEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
18 changes: 18 additions & 0 deletions bot/en_us/standard/voiceEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit b340057

Please sign in to comment.