Wednesday, July 15, 2026 2:52:49 AM
> project show esm_bot
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.
Details
> user.rake
# frozen_string_literal: true

namespace :user do
  task create_user_default: :environment do
    user_ids = ESM::User.all.pluck(:id)
    user_ids.each do |user_id|
      ESM::UserDefault.where(user_id: user_id).first_or_create
    end
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7