Skip to content

Commit cb89381

Browse files
authored
Update "Voicechannel status" to just "Status" as they show up the same in lanyard
1 parent 4cc8e4e commit cb89381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ function applyDiscordPresence(data: LanyardData): void {
773773
${emojiUrl ? `<img class="status-card-image" src="${escapeHtml(emojiUrl)}" alt="" />` : escapeHtml(emoji ?? '✨')}
774774
</div>
775775
<div class="status-card-body">
776-
<p class="hero-status-line status-card-label">Voicechannel Status</p>
776+
<p class="hero-status-line status-card-label">Status</p>
777777
<p class="hero-status-line status-card-title">${escapeHtml(statusText)}</p>
778778
</div>
779779
</article>

0 commit comments

Comments
 (0)