mioku-plugin-music 2.4.2 → 2.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skills.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mioku-plugin-music",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "音乐插件:点歌、搜索音乐、听歌语音发送",
5
5
  "main": "index.ts",
6
6
  "type": "module",
package/skills.ts CHANGED
@@ -5,7 +5,7 @@ const musicSkills: AISkill[] = [
5
5
  {
6
6
  name: "music",
7
7
  description:
8
- "搜索音乐/歌曲/专辑/歌手,并可发送歌曲,注意,当用户想让你唱歌时,通常使用该技能而不是发送语音。",
8
+ "搜索音乐/歌曲/专辑/歌手,并可发送歌曲,注意,当用户想让你唱歌时,通常使用该技能而不是发送语音",
9
9
  permission: "member",
10
10
  tools: [
11
11
  {