wechaty / getting-started

A Starter Project Template for Wechaty works out-of-the-box
https://gitpod.io/#https://github.com/wechaty/wechaty-getting-started
Apache License 2.0
772 stars 342 forks source link

Feature request: create an ice-breaking game in a group chat #309

Open huan opened 1 month ago

huan commented 1 month ago
  1. Anyone who sends a text "/☕️" in the group with the topic "The Big Community" will trigger the game as the initiator.
  2. Two random members in the group will be selected to join the game as gamers
  3. Create a new group with the initiator and gamers for them to chat with each other
  4. The bot will send the first message, such as "Welcome to the coffee chat group! This group is requested by ${INITIATOR_NAME}, and your random partners are ${GAMERS_NAME}. I hope you guys have a good ice-breaking time!"
  5. The new group will be dismissed if there are less than 3 people in it.
huan commented 1 month ago

@ellipsis-dev Please implement this game; thank you very much.