Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 354 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 354 Bytes

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