botman / botman/driver-botframework

Fallback being called after adding bot to Skype

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
9
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Original Issue: https://github.com/botman/botman/issues/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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.