mitchwadair / tesjs

Streamline your Twitch EventSub JavaScript integration with TESjs
https://www.tesjs.net/
MIT License
29 stars 6 forks source link

[CHORE] Switch to Async/Await Syntax #52

Closed mitchwadair closed 2 years ago

mitchwadair commented 2 years ago

I think the code will be more readable and easier to maintain if it used async/await syntax. This should be relatively straightforward aside from maybe the subscription queue.

mitchwadair commented 2 years ago

Closed by #53