fix: Starboard

This commit is contained in:
smueller
2026-07-24 10:46:12 +02:00
parent f2406fb6d7
commit ccdf9aafe8
13 changed files with 549 additions and 87 deletions

View File

@@ -768,12 +768,18 @@
"title": "Starboard",
"description": "Highlight popular messages in a dedicated channel.",
"enabledLabel": "Starboard enabled",
"channelId": "Starboard channel ID",
"enabledHint": "A target channel is required before enabling starboard.",
"channelId": "Starboard channel",
"emoji": "Trigger emoji",
"emojiHint": "Unicode (⭐) or custom emoji as <:name:id> / <a:name:id>.",
"threshold": "Star threshold",
"allowSelfStar": "Allow starring your own messages",
"ignoredChannelIds": "Ignored channel IDs",
"idsHint": "Comma-separated list of channel IDs to exclude from the starboard."
"ignoredChannelIds": "Ignored channels",
"nsfwHint": "NSFW channels are always excluded.",
"errors": {
"channelRequired": "Pick a starboard channel before enabling.",
"thresholdRange": "Threshold must be between 1 and 100."
}
},
"suggestions": {
"configTitle": "Suggestions settings",