Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message not showing up in QQ group #136

Closed
portwatcher opened this issue Jan 7, 2022 · 3 comments
Closed

Message not showing up in QQ group #136

portwatcher opened this issue Jan 7, 2022 · 3 comments
Labels
good first issue Good for newcomers

Comments

@portwatcher
Copy link

portwatcher commented Jan 7, 2022

  await bot.sendMessage({
    group: data.sender.group.id,
    message: new Message().addAt(data.sender.id).addText(` ${result}`),
  })
  console.log(`${data.sender.id}: reply to ${data.sender.id} in ${data.sender.group.id}`)

Here is how mcl shows output
image

Here is the log of my code
image

However, the message doesn't show up.

Friend chat works perfectly.

@portwatcher
Copy link
Author

mamoe/mirai#1209

@Drincann
Copy link
Owner

Drincann commented Jan 7, 2022

这个跟腾讯有关,算是玄学问题,一般过一段时间就好了。

@Drincann Drincann added the good first issue Good for newcomers label Jan 7, 2022
@portwatcher
Copy link
Author

portwatcher commented Jan 7, 2022

好的,腾讯问题显然我们无法解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants