From cfeccc6eee63246e7111456adc15f28507a0b63c Mon Sep 17 00:00:00 2001 From: hos1miya <113900368+hos1miya@users.noreply.github.com> Date: Tue, 4 Feb 2025 08:00:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=8C=E3=81=8A=E3=81=AF=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=80=8D=E3=81=AA=E3=81=A9=E7=89=B9=E5=AE=9A=E3=81=AE?= =?UTF-8?q?=E3=83=AF=E3=83=BC=E3=83=89=E3=82=92=E5=90=AB=E3=82=80=E3=83=AA?= =?UTF-8?q?=E3=83=97=E3=83=A9=E3=82=A4=E3=81=ABaichat=E3=81=8C=E5=8F=8D?= =?UTF-8?q?=E5=BF=9C=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit モジュールの初期化順(mentionHookのインストール順)を変更することで、aichatの優先度が高くなるようにした --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 20f1fcc..36cb690 100644 --- a/src/index.ts +++ b/src/index.ts @@ -74,6 +74,7 @@ promiseRetry(retry => { // 藍起動 new 藍(account, [ new CoreModule(), + new AiChatModule(), new EmojiModule(), new EmojiReactModule(), new FortuneModule(), @@ -97,7 +98,6 @@ promiseRetry(retry => { new PollModule(), new ReminderModule(), new CheckCustomEmojisModule(), - new AiChatModule(), ]); }).catch(e => { log(chalk.red('Failed to fetch the account'));