Skip to content

A bot that instantly translates messages on Discord.

Notifications You must be signed in to change notification settings

Ameliaaaaaaa/Translate-Thing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translate Thing

A bot that instantly translates messages on Discord.

Here is a lil preview. Preview

Setup

All you need to do is install NodeJS if you do not have it already. Once you have that done, you can edit the config.json file. You will then need to install all dependencies using npm install. Start the bot using the main.js file.

{
  "Discord": {
    "Token": "", Bot token.
    "Guild": "" Guild you want the bot to function in.
  },
  "Languages": {
    "es": "en", Translate From: Translate To.
    "en": "es"
  }
}

About

A bot that instantly translates messages on Discord.

Topics

Resources

Stars

Watchers

Forks