Skip to content

MrGrizz11/DiscordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot commands

[Translator]

>sl - change the language of the source text
- ex: >sl ru
- ex: >sl russian


>dl - change the destination language
- ex: >dl ro
- ex: >dl romanian


>lang - displays all available languages


>t - translates the following text
ex: >t translate this text

[Counter]

>cnt (number) - counting up to (number)
- ex: >cnt 69


>stopcnt - to force stop the counter


Installation


1) Create your own Discord Bot
2) Download and extract the repository
3) Open a terminal, go to repository directory and type:

pip install -r requirements.txt

Configure


1) Open const.py file in your IDE and put the TOKEN of your bot in there

TOKEN = "your token here"

Other


Warning:
 - googletrans python module has some whims and the only version that works is "googletrans==4.0.0-rc1"
 - this project was made with python 3.10 and pip 21.3.1

About

Discord Bot that can translate your text, count and reply to your messages with a personalised text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages