mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 07:37:22 +09:00
more home
This commit is contained in:
parent
e553183b5d
commit
9348f35a0d
@ -162,6 +162,12 @@ export default class extends Module {
|
||||
return true;
|
||||
}
|
||||
|
||||
const match2 = msg.extractedText.match(/(.+?)るから褒めて/);
|
||||
if (match2) {
|
||||
msg.reply(getSerif(serifs.core.erait.specify(match[1], msg.friend.name)));
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!msg.includes(['褒めて', 'ほめて'])) return false;
|
||||
|
||||
msg.reply(getSerif(serifs.core.erait.general(msg.friend.name)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user