DisWarden/bin/runner.rb
VetheonGames 87bb64ec1c Push 2
Update Gemfile with the rest of depends
Write basic skeleton for the runner
write default configs
2024-02-11 10:34:57 -07:00

12 lines
181 B
Ruby

# frozen_string_literal: true
# bin/runner.rb
require_relative '../lib/bot'
# Load environment variables if using dotenv
require 'dotenv'
Dotenv.load
# Start the bot
Bot.new.run