Skip to content

aisuzuki/dd-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepL - Discord auto chat translator

Game players must not be separated because of language barriers.

Usage

Deploy this app anywhere.

Set secret data

There's two way to set secret data:

  1. Set environment variables.
export TOKEN='your token of discord bot'
export AUTH_KEY='authorization key of your DeepL API'
  1. Set variables in JSON file.

Create a JSON file that contains access tokens:

{
  "token": "your token of discord bot",
  "auth_key" : "authorization key of your DeepL API"
}

Install your bot into your discord server, and launch the app.

Target language configuration

Add this line in topic of channel that you want to translate messages.

deepl-translate(JA)

Replace JA to preferred language.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published