Bot made in NodeJS that translates texts using the Google Translate Api.
Use npm install
to install the dependencies.
Head over to the discord developers page to register your bot and get a token.
You can type >help
to get the available languages you can translate to.
To translate, you can use the prefix followed by the ISO 639-1 code
>FR "Text to translate in french"
or use the flag of the language
🇫🇷 "Text to translate in french"
Languages you can translate to :
- French (fr)
- English (en)
- German (de)
- Japanese (jp)
- Spanish (es)
- Italian (it)
- Russian (ru)
- Arabic (ar)
More languages will be added soon.