Aldrin Navarro

Results 4 comments of Aldrin Navarro

When I updated the code to spit some logs ```php # botman.php $botman->hears('Hi', function ($bot) { Log::debug('Scope: Hi'); ... $botman->fallback(function($bot) { Log::debug('Scope: Fallback'); ``` It's always ```log # laravel.log [2018-12-01...

@arnellebalane that's what I was trying to do. That case above is for a photo.

@name3anad yes I agree. Let's just set a timeout or something just to keep the page responsive. ๐Ÿ‘

@arnellebalane I'll check on this tonight.