Javascript – Problem with Member_2 / Member and sendMessage method #11694
I'm having some major issues optimizing a notification bot made with Teams Toolkit. My main problem is that: const member = await notificationApp.notification.findMember( async (m) => m.account.email === email ); It takes too long. With barely 50 members, it takes…