DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Stop Overusing SimpleCommand add new BaseCommand #91

Closed benrick closed 6 years ago

benrick commented 6 years ago

SimpleCommand assumes it's just a text response. We usually don't use that. Let's start using an abstract BaseCommand that can Hand a CommandWord and IsEnabled check in one.