Skip to content

Kacperek1337/Discord-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Chatbot

A self-learning chatbot for discord made with Chatterbot and Discord.py

Running in container

Go to the project's directory then run

docker build -t discord_chatbot .
docker run --env TOKEN=<YOUR BOT TOKEN> --net=host discord_chatbot