Delete 'pingcommand.rb'

master
astoriaFloyd 3 years ago
parent 97848e6065
commit 336b4e4269

@ -1,16 +0,0 @@
#!/usr/bin/env ruby
def main(bot)
bot.message(with_text: "#{$bang}Pong") do |event|
event.respond 'Ping!'
end
bot.message(with_text: "#{$bang}Ping") do |event|
event.respond 'Pong!'
end
end
def tomlTest()
puts "#{$config}"
end
Loading…
Cancel
Save