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
{{ message }}
This repository was archived by the owner on May 19, 2022. It is now read-only.
In the src/plugins/dates/scripts.ts file, create a script that reads all of the members of the dumpling dates channel and makes pairings based on that member list
If the number is odd, make one group of three, and if one is even, just make pairs.
Use the function created in a previous issue to actually make the pairings, this script just splits up the list of members into pairs/ a trio.
https://api.slack.com/methods/conversations.members to get list of members
https://github.com/GT-CSA/dumpling-dates/blob/glitch/app.js use this as a template, starting on line 74