master #50

Merged
schrumpel merged 101 commits from master into dev 2022-10-22 23:40:03 +00:00
Showing only changes of commit da5d7285a4 - Show all commits

View File

@ -203,7 +203,7 @@ export default async bot => {
db({ db({
item_id: itemid, item_id: itemid,
tag_id: res.isNSFW ? 2 : 1, tag_id: res.isNSFW ? 2 : 1,
user_id: 7 user_id: 1
}) })
} }
`; `;