This bot is designed to allow people of different cultures and languages to interact with each other as easily as possible
The bot interfaces itself with Google Translate and allows for a very fast translation in multiple languages without having to leave discord
The bot allows for multiple translations at once allowing for many communities of different languages to communicate all at once on the same text channel
It also allows for automated translation on dedicated channels. By default only the server owner may set them up but the server owner may set other roles to be able to do so too
- invite the bot to your discord
- ping the bot, it will present itself and explain what are the instructions it can understand and how to use them
- install the requirements.txt file with
pip install -r requirements.txt
- replace the content of the file
discord_token.txt
with your own discord token ( without line break ) - invite your bot to your own discord
- run
python main.py
to run the bot