mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
reduce amount of tags on quora
This commit is contained in:
parent
3a054fe309
commit
c18265aee2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ function createQuoraAnswerPage(context, question, answer){
|
|||
createEmbed("default", context, {
|
||||
title: question.title,
|
||||
url: answer.url,
|
||||
description: `${tags.splice(0, 4).join(' ')}\n\n${answer.content.substr(0,2000)}`,
|
||||
description: `${tags.splice(0, 3).join(' ')}\n\n${answer.content.substr(0,2000)}`,
|
||||
footer: {
|
||||
iconUrl: STATICS.quora,
|
||||
text: `Quora • ${context.application.name}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue