This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
lain/lain.rb

8 lines
84 B
Ruby
Executable file

#!/usr/bin/env ruby
require_relative 'bot'
bot = Lain::Bot.new
bot.run
bot.close