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.
class V2Enable < ActiveRecord::Migration[7.2]
def change
add_column(:communities, :allow_v2_servers, :boolean, default: false, if_not_exists: true)
end
end