You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text: `Hey ${userMentions}! You've been paired for a coffee chat. ☕\n\nSuggested activity: *${activity}*\n\nTake some time in the next two weeks to connect and get to know each other better!`,
202
+
});
203
+
204
+
if(!messageResult.ok){
205
+
logWithTime(`Failed to send message to group DM: ${conversation.channel.id}`);
206
+
}
207
+
}catch(error){
208
+
logWithTime(`Error creating group DM for users ${userIds.join(", ")}: ${error}`);
0 commit comments