Setup & Configuration
Interpres
Purpose
Interpres translates non-target-language messages and can surface alternatives for moderator review.
Prerequisites
- Access to the
interprespanel. - Valid Interpres service credentials configured for the bot environment.
Dashboard Settings
enabledtarget_languageconfidence_threshold(80-100)min_characters(minimum3)allow_alternativesalternative_count(1-5)
Command Surface
- No direct slash command. Operates from message/reaction events.
Permissions And Entitlements
- Panel access is controlled through Permissions.
- No additional entitlement gate is currently enforced in panel save flow.
Operational Example
- Set target language to
English. - Set confidence to
95and min characters to5. - Send a non-English message in a test channel and verify translated repost behavior.
Edge Cases
- Replies to translated messages can be translated back into original message context.
- Very short messages can be skipped depending on
min_characters.
Troubleshooting
- Enable blocked: set
target_languagefirst. - Translation errors: verify Interpres service URL/API key.
- Unexpected misses: lower
confidence_thresholdgradually.