A self-learning chatbot for discord made with Chatterbot and Discord.py
Go to the project's directory then run
docker build -t discord_chatbot .
docker run -d --restart always --name aibot --env TOKEN=<BOT_TOKEN_HERE> --net=host discord_chatbot
To stop the bot:
docker stop aibot
docker rm aibot