We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: str (消息) GROUP: int (群号)
The text was updated successfully, but these errors were encountered:
我也有同样的问题,目前我的解决方法是Bot下的send_group_message,示例为 await bot.send_group_message( target=群号, message_chain=MessageChain(str类型的消息) ) 希望能有所帮助
await bot.send_group_message( target=群号, message_chain=MessageChain(str类型的消息) )
Sorry, something went wrong.
No branches or pull requests
在写一个插件,需要在满足特定条件时(不是群消息触发)向指定群直接发送特定信息,请问有什么方法可以实现吗,谢谢!
给出变量:MESSAGE: str (消息) GROUP: int (群号)
The text was updated successfully, but these errors were encountered: