Wednesday, July 15, 2026 1:11:44 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
> 02_esm_module.rb
# frozen_string_literal: true

#
# Bootstraps the `ESM` module. Loads the bare module definition, the
# styled `ESM::Logger`, and installs `Kernel#info!` / `#debug!` / etc.
# so the rest of boot can log via the module-level shorthands.
#
# The bot reopens `module ESM` in `lib/esm.rb` to layer on its own API.
#

Loader.file("core", "lib", "esm.rb")
Loader.file("core", "lib", "esm", "logger.rb")

ESM::Logger.define_global_methods!
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7