うんこ撲滅うんちえらい!

This commit is contained in:
na2na-p 2022-02-17 16:03:23 +09:00
parent 80a8b68d8c
commit e6894bc723

View file

@ -36,6 +36,15 @@ export default class extends Module {
});
};
// /う[〜|ー]*んこ/g]にマッチしたときの処理
if (note.text.match(/う[〜|ー]*んこ/g)) {
await react(':anataima_unkotte_iimashitane:', true);
}
if (note.text.match(/う[〜|ー]*んち/g)) {
await react(':erait:', true);
}
if (includes(note.text, ['いい']) && (includes(note.text, ["?"]) || includes(note.text, [""]))) {
// 50%の確率で":dame:"または":yattare:"を返す
if (Math.random() < 0.5) {