def custom_push(msg): cmd,_,content=msg['Content'].partition(' ') if cmd.lower()=='send': return '??' if itchat.send_msg(content,toUserName=group_name) else '??'