guh
This commit is contained in:
parent
3ff8ebadfd
commit
aa7caab9d3
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ module.exports = {
|
||||||
const ext = extname((post['data']).file_name ?? post.fileUrl ?? '').toLowerCase();
|
const ext = extname((post['data']).file_name ?? post.fileUrl ?? '').toLowerCase();
|
||||||
|
|
||||||
const leadingDescription = [
|
const leadingDescription = [
|
||||||
`**Score:** ${formatScore(post.score)}`,
|
`**Score:** ${formatScore(post.score ?? 0)}`,
|
||||||
`**Rating:** ${formatRating(post.rating)}`,
|
`**Rating:** ${formatRating(post.rating)}`,
|
||||||
`[File URL](${post.fileUrl})`,
|
`[File URL](${post.fileUrl})`,
|
||||||
`\`${ext}\``,
|
`\`${ext}\``,
|
||||||
|
|
Loading…
Reference in a new issue