I have x2 arrays:
QuestBotGuildIds = an array of Id’s from my db.
UserGuilds = an array basic guild information for every guild.
I want to get all of the UserGuilds with an id === one of the guilds in QuestBotGuildId’s. Without a for loop as the QuestBotGuildId’s is an api request, so is UserGuilds.