def pongcommand(bot, bang) bot.message(with_text: "#{bang}Pong") do |event| event.respond 'Ping!' end end