mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-09-06 05:56:23 +00:00
🐛 fix 通道无法在进程内传递消息的问题
This commit is contained in:
@ -16,12 +16,4 @@ __plugin_meta__ = PluginMetadata(
|
||||
"toggleable" : True,
|
||||
"default_enable": True,
|
||||
}
|
||||
)
|
||||
|
||||
# chan = get_channel("nonebot-passive")
|
||||
#
|
||||
#
|
||||
# @chan.on_receive()
|
||||
# async def _(d):
|
||||
# print("CRT子进程接收到数据:", d)
|
||||
# chan.send("CRT子进程已接收到数据")
|
||||
)
|
Reference in New Issue
Block a user