A sophisticated Discord bot that bridges Arma 3 Exile servers with Discord communities. Built in Ruby with secure TCP communication, it delivers territory management, real-time notifications, and comprehensive server administration right in your Discord channels.
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx
# Install dependencies. The test suite shares the esm_test database, which the
# service/website suites set up, so there is no database to provision here.
bundle install