This commit is contained in:
na2na-p 2022-02-17 16:20:42 +09:00
parent e6894bc723
commit d4c9a11472

View file

@ -37,7 +37,7 @@ export default class extends Module {
}; };
// /う[〜|ー]*んこ/g]にマッチしたときの処理 // /う[〜|ー]*んこ/g]にマッチしたときの処理
if (note.text.match(/う[〜|ー]*んこ/g)) { if (note.text.match(/う[〜|ー]*んこ/g) || includes(note.text, ['unko'])) {
await react(':anataima_unkotte_iimashitane:', true); await react(':anataima_unkotte_iimashitane:', true);
} }