mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 02:57:23 +08:00
✨ 移除测试插件
This commit is contained in:
parent
0c942d9806
commit
287ab63091
@ -1,19 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
||||
|
||||
@Time : 2024/8/19 下午8:57
|
||||
@Author : snowykami
|
||||
@Email : snowykami@outlook.com
|
||||
@File : ts_sm.py
|
||||
@Software: PyCharm
|
||||
"""
|
||||
import asyncio
|
||||
|
||||
from liteyuki.comm.storage import shared_memory
|
||||
from liteyuki import get_bot
|
||||
|
||||
|
||||
@shared_memory.on_subscriber_receive("to_liteyuki")
|
||||
async def _(data):
|
||||
print("主进程接收数据async:", data)
|
@ -16,8 +16,8 @@ from liteyuki.message.event import Event
|
||||
|
||||
__plugin_meta__ = PluginMetadata(
|
||||
name="轻雪物流",
|
||||
description="把消息事件传递给轻雪",
|
||||
usage="无需使用",
|
||||
description="把消息事件传递给轻雪框架进行处理",
|
||||
usage="用户无需使用",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user