botman / driver-botframework

BotMan Microsoft Bot Framework Driver
MIT License
9 stars 12 forks source link

Fallback being called after adding bot to Skype #11

Open xippios opened 5 years ago

xippios commented 5 years ago

Original Issue: https://github.com/botman/botman/issues/969

Description:

When adding my Skype Bot, the defined ´fallback´ function is being called.

Steps To Reproduce:

Add to ´routes/botman.php´. ´´´ $botman->fallback(function ($bot) { $bot->reply('Sorry, but I did\'t understand you.'); }); ´´´ Add your Skype Bot in Skype.