Wednesday, July 15, 2026 2:55:33 AM
> server.rb
# frozen_string_literal: true

module Discordrb
  class Server
    def to_h
      {
        id: id.to_s,
        name: name
      }
    end

    alias_method :attributes, :to_h
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7