Sheepbot26 is a discord bot I made because I was bored.
Install the packages with pip install -r ./requirements.txt
Then make a config.json file, there is an example below
Either run main.py or run docker compose build && docker start sheepbot26
This is an example config. Save it as config.json
// config.json
{
"token": null,
"Activity": null,
"dogwater": [
"{name} is dogwater"
]
}