mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
fix: 「おはよう」など特定のワードを含むリプライにaichatが反応できない
モジュールの初期化順(mentionHookのインストール順)を変更することで、aichatの優先度が高くなるようにした
This commit is contained in:
parent
7814bef9b1
commit
cfeccc6eee
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue