howdyai / botkit-starter-slack

A customizable starting point for building multi-team Slack bots that use the latest APIs
https://botkit.ai
MIT License
176 stars 141 forks source link

Update code to use arrow functions, let/const vars, etc from ES 2017 #27

Open nkramaric opened 6 years ago

nkramaric commented 6 years ago

Hello! I just started using this botkit-starter and it has been extremely helpful!

One thing I did when I started working with it in my repo was to upgrade to the latest ES syntax with arrow functions and let/const. Maybe this is something that others would like updated as well? I can go ahead and send a PR if this is something that you would find useful.

peterswimm commented 6 years ago

Hey - there are some careful considerations we would need to make to approve a PR request of this, but by all means feel free to submit one.