Skip to content

Commit

Permalink
feat(bot): show voice region in recording panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Oct 3, 2024
1 parent 2b8c292 commit a2abafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/bot/src/modules/recorder/recording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ export default class Recording {
**Recording ID:** \`${this.id}\`
**Channel:** ${this.channel.mention}
${startedTimestamp ? `**Started:** <t:${startedTimestamp}:T> (<t:${startedTimestamp}:R>)` : ''}
${voiceRegion ? `**Voice Region:** ${voiceRegion.replace(/\.discord\.media$/, '')}` : ''}
`}
`,
fields: this.logs.length
Expand Down

0 comments on commit a2abafd

Please sign in to comment.