Wednesday, July 15, 2026 2:54:28 AM
> command_configuration.rb
# frozen_string_literal: true

FactoryBot.define do
  factory :command_configuration, class: "ESM::CommandConfiguration" do
    community_id {}
    command_name {}
    enabled { true }
    cooldown_quantity { 2 }
    cooldown_type { "seconds" }
    allowed_in_text_channels { true }
    allowlist_enabled { false }
    allowlisted_role_ids { [] }
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7