DevChatterBot
DevChatterBot copied to clipboard
Add Expected Command Arguments
Commands are triggered based on the CommandWord
only. We should have expected arguments for commands. This would also mean that !so
and !so DevChatter
could be handled differently, since the former needs to do a random selection based on an API call and the latter does a simple text replacement.