mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
ファイルがないものだけランダムトーク対象とする(ファイルを勝手に送るのはひどいため)
This commit is contained in:
parent
d2c6628f16
commit
edc914efbe
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ export default class extends Module {
|
|||
note.replyId == null &&
|
||||
note.renoteId == null &&
|
||||
note.cw == null &&
|
||||
note.files.length == 0 &&
|
||||
!note.user.isBot
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue