Completed
Push — master ( 3efe9f...d80795 )
by
unknown
03:52
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
 $bot = new WhoAmIBot('YOUR_BOT_TOKEN');
30 30
 
31 31
 // Add a welcome message
32
-$bot->addMessageCommand('start', function ($bot, $message) {
32
+$bot->addMessageCommand('start', 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.