diff --git a/src/modules/core/index.ts b/src/modules/core/index.ts index d09b48b..4220797 100644 --- a/src/modules/core/index.ts +++ b/src/modules/core/index.ts @@ -221,6 +221,9 @@ export default class CoreModule implements IModule { private kawaii = (msg: MessageLike): boolean => { if (!msg.includes(['かわいい', '可愛い'])) return false; + // メッセージのみ + if (!msg.isMessage) return true; + msg.reply( msg.friend.love >= 5 ? serifs.core.kawaii.love : msg.friend.love <= -3 ? serifs.core.kawaii.hate : diff --git a/torisetu.md b/torisetu.md index 53eb5b2..0a8fd5f 100644 --- a/torisetu.md +++ b/torisetu.md @@ -38,7 +38,7 @@ ### 呼び方を教える 藍があなたのことをなんて呼べばいいか教えられます。 ただし後述の親愛度が一定の値に達している必要があります。 -(メッセージでのみ反応します) +(トークでのみ反応します) ### HappyBirthday 藍があなたの誕生日を祝ってくれます。 @@ -49,13 +49,13 @@ ### ping PONGを返します。生存確認にどうぞ -### その他反応するフレーズ +### その他反応するフレーズ (トークのみ) * かわいい -* なでなで (メッセージのみ) -* 好き (メッセージのみ) -* ぎゅー (メッセージのみ) -* 罵って (メッセージのみ) -* 踏んで (メッセージのみ) +* なでなで +* 好き +* ぎゅー +* 罵って +* 踏んで ## 親愛度 藍はあなたに対する親愛度を持っています。