Main commit

This commit is contained in:
Eri
2026-01-05 14:31:59 -03:00
commit 570fee9d2b
9 changed files with 283 additions and 0 deletions

8
main.rb Normal file
View File

@@ -0,0 +1,8 @@
require 'dotenv/load'
require_relative 'src/bot'
# Instantiate the class
bot = FrugalityBot.new
# Run it
bot.run