Replies: 1 comment 1 reply
-
建议去看看其他人写的。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@bcc.receiver("GroupMessage")
async def group_message_listener(app: GraiaMiraiApplication, group: Group):
res = await app.fetchMessage()
print(res)
我尝试这么做,但结果一直为空
Beta Was this translation helpful? Give feedback.
All reactions