diff --git a/Get.wav b/Get.wav new file mode 100644 index 0000000..9d7dbc5 Binary files /dev/null and b/Get.wav differ diff --git a/Juno.wav b/Juno.wav deleted file mode 100644 index d218579..0000000 Binary files a/Juno.wav and /dev/null differ diff --git a/main.py b/main.py index 0b836fa..098bb29 100644 --- a/main.py +++ b/main.py @@ -399,9 +399,9 @@ class MyPlugin(Star): else: yield "获取骚话失败" - @filter.command("朱诺") + @filter.command("语音测试") async def Juno(self, event: AstrMessageEvent): - path = "./Juno.wav" # 暂时只接受 wav 格式,其他格式请自行转换 + path = "./Get.wav" # 暂时只接受 wav 格式,其他格式请自行转换 chain = [ Comp.Record(file=path, url=path) ]