1
0
Fork 0
mirror of https://github.com/nishiki/botish.git synced 2024-10-27 07:33:16 +00:00
botish/bin/botish
2017-04-17 22:57:29 +02:00

11 lines
210 B
Ruby
Executable file

#!/usr/bin/ruby
$LOAD_PATH << File.expand_path('../../lib', __FILE__)
require 'botish'
Dir["#{File.expand_path('../../modules', __FILE__)}/*"].each do |f|
require_relative f
end
Botish::Botish.new.listen