Naman Gupta

Results 3 issues of Naman Gupta

![image](https://cloud.githubusercontent.com/assets/13780776/24801037/334f6b7a-1bc0-11e7-9464-67468b38c25a.png) Please look at the possible issue 😄

Hi there, According to docs, if we need to match an intent and respond acc to that then, we can do something like this ``` intents.matches('intent.name',function(session,args){ session.send("your response"); }); ```...

Hi there, Thanks for this awesome library. I would like to mention that MongoDB is throwing some warnings like `collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead`. So, may...