Skip to content

JohanSanSebastian/Translator101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language

Translator101

Language Size Issues Size

Translator101 is a discord bot designed to help connect the community by acting as a bridge between language barriers. It was made using discord.py and has various features like basic translation, live translation etc.

This bot was made as part of a project for LHD : Share 2021.

Basic Setup and Help

Setup Setup

Translate feature

Translate

Live Translate feature

Live

Self-Hosting

  1. Firstly, install all the necessary libraries from the requirements.txt file.
pip install -r requirements.txt
  1. You are free to self-host the bot. To self-host the bot just change the name of the bot in line 29 from Translator101 to whatever you would like to.
client.name = 'Translator101' # Change This
  1. You can change the prefix of the bot by changing the prefix declared in the command_prefix variable in line 17 to whatever you would like.
command_prefix = '!' # Change this to your preferred prefix
  1. To run the bot you also need to make a file called config.py and make a variable in it called token and set it to your bot token.
token = "Your_Bot_Token" # Add the token here

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Translator101 is a translating discord bot designed to help connect the community by acting as a bridge between language barriers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages