Translation
All commands about the translation
Last updated
Was this helpful?
All commands about the translation
Last updated
Was this helpful?
Interaction bot provides many options to configure the translation. You can see in these pages which commands do what and how to use them.
There are several ways to translate a message:
Command -> translate your message to given language (see /translate
)
Application - Translate -> translate the selected message (target language is based on your discord application language) This translation is ephemeral, this means its only visible for you.
Automatic -> automatic translation of the send messages (see , and )
General commands for translate text:
/translate <message> <language>
Translate the message.
/detect <message>
Detects the language of a message.
/languages
Display all supported language by Interaction Bot.
Configuration commands of translation:
/config get <option>
Displays the current translation configuration according to the option.
/config detector <char>
Sets the minimum number of characters before the message can be automatically translated.
/config flag_translation <enable> <#channel> <auto_delete> <mode> <apply_everywhere>
Configure flag translation for a specific channel.
<mode>
all -> translates on every reaction
one -> will only translate if not translated yet
<@role>
Any role on the server. Mention role with @role-name
<#category>
Any category where the Bot has read and write permissions. Mention category with #category-name
<#source_channel>
Any channel where the Bot has read permissions. Mention channel with #channel-name
The Channel where the bot should translate from
<#target_channel>
Any channel where the Bot has write permissions. Mention channel with #channel-name
The Channel where the bot should translate to (can be the same as <#source_channel>
)
<language>
Any available language. See /languages
The target language the bot should translate to
<enable>
true | false
activate (true) or deactive (false) the translation for the given combination of <#source_channel>
, <#target_channel>
and <language>
<style>
embed | webhook | message
<delete_original_message>
true | false
deletes the original message to only keep the translation
<delete_translation>
true | false
the translation will automaticaly be deleted after 30 seconds
<translate_bot>
true | false
allow the bot to translate other bots (premium only)
The role that should automaticaly be translated. See for more information
The category where every channel underneath should be translated. See for more information
Changes the styling of the translated message