reduce amount of tags on quora

This commit is contained in:
derpystuff 2023-03-03 00:15:17 +01:00
parent 3a054fe309
commit c18265aee2

View file

@ -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}`