Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 899 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 899 Bytes

TranslateBot

Bot made in NodeJS that translates texts using the Google Translate Api.

Screen of the bot

Installation

Use npm install to install the dependencies.

Head over to the discord developers page to register your bot and get a token.

Use on discord

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"

Supported languages

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.