Compare commits

..

No commits in common. "22c2029103b52cfb0f2a2fb12652a610fab63803" and "fa5f1f5ad03a78723658f52ae7b1bd17fbb3ab22" have entirely different histories.

3 changed files with 2 additions and 2 deletions

BIN
Get.wav

Binary file not shown.

BIN
Juno.wav Normal file

Binary file not shown.

View File

@ -399,9 +399,9 @@ class MyPlugin(Star):
else:
yield "获取骚话失败"
@filter.command("语音测试")
@filter.command("朱诺")
async def Juno(self, event: AstrMessageEvent):
path = "./Get.wav" # 暂时只接受 wav 格式,其他格式请自行转换
path = "./Juno.wav" # 暂时只接受 wav 格式,其他格式请自行转换
chain = [
Comp.Record(file=path, url=path)
]