Completed
Push — master ( d10e02...ddaff8 )
by
unknown
03:53
created
examples/WhoAmIBot/Bot.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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
 );
Please login to merge, or discard this patch.