mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
unko
This commit is contained in:
parent
e6894bc723
commit
d4c9a11472
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export default class extends Module {
|
|||
};
|
||||
|
||||
// /う[〜|ー]*んこ/g]にマッチしたときの処理
|
||||
if (note.text.match(/う[〜|ー]*んこ/g)) {
|
||||
if (note.text.match(/う[〜|ー]*んこ/g) || includes(note.text, ['unko'])) {
|
||||
await react(':anataima_unkotte_iimashitane:', true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue