About Discord Translator Bot
This bot will make all the users of your community understand each other in Discord: English, Spanish, Portuguese, French, Italian…? Everyone will be able to understand each other thanks to this discord bot.
You just must create 1 channel for each language, when a user speaks in for example: “Spanish Chat” it will be translated to 2 more languages, for example “English Chat” and “Portuguese Chat”. The bot is made in Python and has only been tested in version 3.9. The bot comes by default configured for 3 channels of different languages. If you have the minimum knowledge, you will be able to set more or less languages.
CONFIG:
- `YOUR_LANGUAGE_1_CHANNEL_ID` = 123 # Replace 123 with the Discord Channel ID from language 1 channel.
- `YOUR_LANGUAGE_2_CHANNEL_ID` = 456 # Replace 456 with the Discord Channel ID from language 2 channel.
- `YOUR_LANGUAGE_3_CHANNEL_ID` = 789 # Replace 789 with the Discord Channel ID from language 3 channel.
- `LANGUAGE_1` = '1', # Replace 1 with the Language code from the language 1 channel, some examples: https://anotepad.com/notes/dkjsjn3b
- `LANGUAGE_2` = '2', # Replace 2 with the Language code from the language 2 channel, some examples: https://anotepad.com/notes/dkjsjn3b
- `LANGUAGE_3` = '3', # Replace 3 with the Language code from the language 3 channel, some examples: https://anotepad.com/notes/dkjsjn3b
- `AVATAR_ALTERNATIVE_URL` = 'https://cdn.discordapp.com/attachments/811270859662688299/1141027184564256888/logo.jpg' # Replace this url with the url of the avatar that will have users without avatar on discord.
WANNA TEST THIS BOT?
We have it working on the RustIberica discord. http://discord.rustiberica.com/
A PREVIEW? Of course:
WARNING:
You will need an FREE DeepL Api Key in order to use this bot.
I explain how to get it on the Readme of this bot, you can have access on downloading it.
Its needed an DeepL account and some info on it in order to get the FREE Api Key.