tompaana / intermediator-bot-sample

A sample bot, built with the Microsoft Bot Framework (v4), that routes messages between two users on different channels.
https://tompaana.github.io/content/chatbots_as_middlemen.html
MIT License
124 stars 66 forks source link

Bug in Command.cs #46

Open helgeu opened 5 years ago

helgeu commented 5 years ago

Its not enough to parse an enum, if its a number TryParse will return true.

Also added a else branch for handling all types of Activity.