forked from f0ck/f0ckv2
tags_assign: user_id instead of prefix
This commit is contained in:
@@ -165,7 +165,7 @@ export default async bot => {
|
||||
await sql("tags_assign").insert({
|
||||
tag_id: tag === "sfw" ? 1 : 2,
|
||||
item_id: insertq,
|
||||
prefix: `autotagger`
|
||||
user_id: 7 // user: autotagger
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user