CT3A tRPC make List of dynamic fetches
I have a list of discord guild id's, how should I go about dynamically requesting the guild's information from discord? (Not asking for discord-specific implementation. My question would be the same if you wanted to, for example, convert a user-id to username using db
2 Replies
Promise.all is probably what you are looking ofr