8 lines
84 B
Ruby
8 lines
84 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
|
|
require_relative 'bot'
|
|
|
|
bot = Lain::Bot.new
|
|
bot.run
|
|
bot.close
|