mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
fix: 猫になってもなでなでできるようにする
This commit is contained in:
parent
a3af63daa8
commit
a9a59da139
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export default class extends Module {
|
||||||
|
|
||||||
@autobind
|
@autobind
|
||||||
private nadenade(msg: Message): boolean {
|
private nadenade(msg: Message): boolean {
|
||||||
if (!msg.includes(['なでなで'])) return false;
|
if (!msg.includes(['なでなで', 'にゃでにゃで'])) return false;
|
||||||
|
|
||||||
//#region 1日に1回だけ親愛度を上げる(嫌われてない場合のみ)
|
//#region 1日に1回だけ親愛度を上げる(嫌われてない場合のみ)
|
||||||
if (msg.friend.love >= 0) {
|
if (msg.friend.love >= 0) {
|
||||||
|
|
Loading…
Reference in a new issue