RahulR100 / mcstatusbot

discord bot for server status
MIT License
4 stars 3 forks source link

Improve code efficiency/speed #35

Closed thedjchi closed 1 year ago

thedjchi commented 1 year ago

All relevant for loops have been parallelized with the Promise.all and Promise.allSettled methods

This change also addresses a fatal error where bot would attempt to reply to an expired interaction which was not deferred successfully, crashing the bot