This commit is contained in:
Ashley Graves 2024-10-10 16:27:11 +02:00
parent 3ff8ebadfd
commit aa7caab9d3

View file

@ -138,7 +138,7 @@ module.exports = {
const ext = extname((post['data']).file_name ?? post.fileUrl ?? '').toLowerCase();
const leadingDescription = [
`**Score:** ${formatScore(post.score)}`,
`**Score:** ${formatScore(post.score ?? 0)}`,
`**Rating:** ${formatRating(post.rating)}`,
`[File URL](${post.fileUrl})`,
`\`${ext}\``,