RocketChat / hubot-natural

Natural Language Processing Chatbot for RocketChat
https://open.rocket.chat/channel/hubot-natural
MIT License
144 stars 44 forks source link

Refactor asynchronous calls in the code to use async/await #47

Open diegodorgam opened 6 years ago

diegodorgam commented 6 years ago

So now we are using Node8, we can make use of async instead of using chains of promises. We have two files to refactor:

@ArthurTemporim are you up to do this?