From b6897704c1312ead13c0e3383da356f25d74fd2b Mon Sep 17 00:00:00 2001 From: Jerrypluay Date: Sat, 29 Nov 2025 13:33:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(music.js):=20clear=20group=20s?= =?UTF-8?q?earch=20after=20sending=20music=20results=20to=20improve=20user?= =?UTF-8?q?=20experience?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/music.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/music.js b/apps/music.js index 2fb4ff9..55daea4 100644 --- a/apps/music.js +++ b/apps/music.js @@ -127,6 +127,7 @@ export class CrystelfMusic extends plugin { const result = await musicSearch.handleSelection(e, index); if (result.success) { await this.sendMusicResult(e, result); + await musicSearch.clearGroupSearch(e.group_id); } else { await e.reply(`${result.message}`, true); }