本地目录测试 #46
8
main.py
8
main.py
@ -399,11 +399,13 @@ class MyPlugin(Star):
|
||||
else:
|
||||
yield "获取骚话失败"
|
||||
|
||||
@filter.command("语音测试")
|
||||
@filter.command("本地目录测试")
|
||||
async def Juno(self, event: AstrMessageEvent):
|
||||
path = "./Get.wav" # 暂时只接受 wav 格式,其他格式请自行转换
|
||||
path = "./M.png" # 暂时只接受 wav 格式,其他格式请自行转换
|
||||
chain = [
|
||||
Comp.Record(file=path, url=path)
|
||||
Comp.At(qq=event.get_sender_id()), # At 消息发送者
|
||||
Comp.Plain("来看这个图:"),
|
||||
Comp.Image.fromFileSystem(path), # 从本地文件目录发送图片
|
||||
]
|
||||
yield event.chain_result(chain)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user