A discord bot written in Go that uses tofu-ai.
make docker
: builds the docker containermake run
: runs the built docker containermake build
: builds the Go binarymake pack
: creates a zip archive which for deploying directlymake install
: installs the needed python libraries on the deployment machine (requires python3 to be installed)