yhtsnda / discord-translate-bot

Discord Translation Bot. Current integrated Translation-Services: OpenAI GPT-3.5, deepL and Google Translate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Translate Bot

Installation

Requirements:
  • Docker
  • Discord bot token
  • Min. 1 translation service token

To run this bot simply use:

docker-compose up -d

after the bot has been started for the first time, it will create a folder called /bot.

Inside there you will find a file called config.json, there you need to paste in your discord bot token and one of the translation service token, a minimum of one translation service token is required to run the bot.

Development

Coming soon...

Licensing

Distributed under the MIT License. See LICENSE for more information.

About

Discord Translation Bot. Current integrated Translation-Services: OpenAI GPT-3.5, deepL and Google Translate.

License:MIT License


Languages

Language:Java 99.7%Language:Dockerfile 0.3%