bot端更新太快,该项目已不适用,请移步botoy
pip install python-iotbot -i https://pypi.org/simple --upgradefromiotbotimportIOTBOT, GroupMsgbot=IOTBOT(your_bot_qq)
@bot.on_group_msgdefgroup(ctx: GroupMsg):
print(f"""{ctx.FromNickName}在{ctx.MsgTime}的时候,发了一个类型是{ctx.MsgType}的消息,内容为:{ctx.Content}""")
print(ctx.CurrentQQ)
bot.run()MIT