Langslater is an open-source Discord Bot written in Python to translate messages which are not in a specified language. It uses the DeepL API for the translation and an SQLite database to store the language for each server.
- Select with a slash (/) command the language in which to translate the messages.
- Automatically translate messages into a selected language by replying to the user's original message.
This is a personal project made to train myself using Python and APIs.
Do not hesitate to contribute with your ideas!
It is intended to run on Python 3.11.3, and you will need to install the following packages:
- discord
- deepl
- dotenv
- langdetect
GNU General Public License v3.0