def intro_upcomming_member(user: str, intro: str) -> None: chatroom_id = itchat.search_chatrooms(name=GROUP_NAME)[0].UserName itchat.send_msg(msg=GROUP_INTRO % (user, intro), toUserName=chatroom_id)