无法使用 @bot.register() 自动回复
作者: sjt-moon创建于 2020年4月14日更新于 2020年4月14日
我创建了一个机器人,并添加了一种方法,用 `@bot.register(friend)` 将消息发送回好友,但它无法回复消息,无论我使用 `embed()` 还是 `bot.join()`。如果我使用 `embed()`,那么在控制台中,我可以使用 `friend` 变量发送消息。
内容来源: youfou/wxpy
我创建了一个机器人,并添加了一种方法,用 `@bot.register(friend)` 将消息发送回好友,但它无法回复消息,无论我使用 `embed()` 还是 `bot.join()`。如果我使用 `embed()`,那么在控制台中,我可以使用 `friend` 变量发送消息。
内容来源: youfou/wxpy