InfiniTeaInfiniTea Docs
Setup & Configuration

Interpres

Purpose

Interpres translates non-target-language messages and can surface alternatives for moderator review.

Prerequisites

  • Access to the interpres panel.
  • Valid Interpres service credentials configured for the bot environment.

Dashboard Settings

  • enabled
  • target_language
  • confidence_threshold (80-100)
  • min_characters (minimum 3)
  • allow_alternatives
  • alternative_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

  1. Set target language to English.
  2. Set confidence to 95 and min characters to 5.
  3. 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_language first.
  • Translation errors: verify Interpres service URL/API key.
  • Unexpected misses: lower confidence_threshold gradually.