示例#1
0
def react_howMuchLove(msg):
    affection = getPerson(msg).getAffection()
    prtLog(msg.nick+": "+str(affection))
    react = Value.howMuchLoveMsg(msg, affection)
    send_msg(msg.channel, react)