Skip to content

Instantly share code, notes, and snippets.

@christophrumpel
Created May 24, 2018 13:54
Show Gist options
  • Save christophrumpel/0dcf7a7218ac3ead03568ea63f49fddc to your computer and use it in GitHub Desktop.
Save christophrumpel/0dcf7a7218ac3ead03568ea63f49fddc to your computer and use it in GitHub Desktop.
$botman->hears('/start', function (BotMan $bot) {
$bot->startConversation(new WelcomeConversation());
})->stopsConversation();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment