Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallback being called after adding bot to Skype #11

Open
xippios opened this issue Feb 27, 2019 · 0 comments
Open

Fallback being called after adding bot to Skype #11

xippios opened this issue Feb 27, 2019 · 0 comments

Comments

@xippios
Copy link

xippios commented Feb 27, 2019

Original Issue: botman/botman#969

  • BotMan Version: 2.4.1
  • PHP Version: 7.3.1
  • Messaging Service(s): BotFramework (Skype), Version 1.1.1
  • Cache Driver: file

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants