meowmeowbeans discord bot
- Docker
This is how I did it for OSX:
brew install golang
brew install docker
brew install colima
colima start
- Get the bot API key from the Discord Developer GUI and
copy it into
credentials/peeonabot-prod.token
If you want a test version to add to a test server, also copy the test bot's credentials intocredentials/peeonabot-test.token
. - Build by running
./reload prod
(or./reload test
for a test bot) - You can check the log output but running:
docker logs peeonabot-prod
docker logs peeonabot-test
Use the -f flag for following log output (shows new log output as it comes in)