请问如何加入循环事件
#121
Replies: 1 comment 1 reply
-
建议 graia scheduler |
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
Uh oh!
There was an error while loading. Please reload this page.
-
比如我想除了能监听QQ消息之外, 还想加入一个while true循环能监听直播是否开播。
我的代码如下
@bcc.receiver("GroupMessage")
async def #group_message_handler(
message: MessageChain,
app: GraiaMiraiApplication,
group: Group, member: Member,
):
#监听QQ群消息
app.launch_blocking()
请问在哪里可以加入whie true来监听直播是否开播
Beta Was this translation helpful? Give feedback.
All reactions