Hambergo / 9kmmrbot

MIT License
104 stars 29 forks source link

Change code to async/await #2

Closed Hambergo closed 3 years ago

Hambergo commented 5 years ago

Currently some of the code is using promises then/catch and some is using async/await.

The goal is to change the entire code to async/await