Completed
Push — master ( 077e0b...eb2792 )
by
unknown
18:36
created
examples/WhoAmIBot/Bot.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 $bot = new WhoAmIBot('BOT_TOKEN');
29 29
 
30 30
 // Add a welcome message
31
-$bot->addMessageCommand('start', function ($bot, $message) {
31
+$bot->addMessageCommand('start', function($bot, $message) {
32 32
     $bot->sendMessage('<strong>Hey there!</strong> Send or forward me a text message :)');
33 33
   }
34 34
 );
Please login to merge, or discard this patch.