@@ -29,7 +29,7 @@ |
||
29 | 29 | |
30 | 30 | // Add a welcome message |
31 | 31 | $start_command = new PhpBotFramework\Commands\MessageCommand('start', |
32 | - function ($bot, $message) { |
|
32 | + function($bot, $message) { |
|
33 | 33 | $bot->sendMessage('<strong>Hey there!</strong> Send or forward me a text message :)'); |
34 | 34 | } |
35 | 35 | ); |