Discord bot maded for Get XNO Discord server.
- Copy
.envexample file
cp .env.example .env
- Set variables in
.envfile
- Build container image
docker build -t zenitria-bot .
- Run builded image
docker run -d --network=zenitria --name=zenitria-bot --restart unless-stopped zenitria-bot
- Compile source code
go build
- Run compiled bot
./zenitria-bot