discord / discord-example-app

Basic Discord app with examples
MIT License
560 stars 573 forks source link

Actually await HasGuildCommand #15

Closed erikras closed 1 year ago

erikras commented 1 year ago

We've got these two async functions, but they are just being called in a forEach().

Since these commands are parallelizable, we should await them with a Promise.all().