Other World Bot
Made for Other World community Discord server
dotnet publish -c Release -f netcoreapp3.1 -r <arch>
docker build -t homosanians/otherworldbot:latest .
docker run -d -v /opt/owbot_data:/data --restart unless-stopped --name owbot homosanians/otherworldbot:latest
curl -sSL https://get.docker.com | sudo sh
sudo usermod -aG docker $USER
docker run -d -v /opt/owbot_data:/data --restart unless-stopped --name owbot homosanians/otherworldbot:latest