Pfusch lol
This commit is contained in:
parent
6eed83a033
commit
5fe6240d7e
@ -49,7 +49,8 @@ export default bot => {
|
||||
user: list.user,
|
||||
comments: item.comments.length,
|
||||
toptags: item.tags
|
||||
.sort((a, b) => a.confidence < b.confidence)
|
||||
.sort((a, b) => a.confidence - b.confidence)
|
||||
.reverse()
|
||||
.splice(0, 3)
|
||||
.map(tag => tag.tag),
|
||||
link: site + id.toString()
|
||||
|
Loading…
Reference in New Issue
Block a user