DisWarden/Gemfile
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

14 lines
191 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gem 'discordrb', '~> 3.5'
gem 'sequel', '~> 5.77'
gem 'sqlite3', '~> 1.7'
gem 'httpparty', '~> 0.2.0'
gem 'dotenv', '~> 2.8'