Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 4d3aa25

Browse files
author
Rmlyy
committed
Fix .env
1 parent b6c8bc2 commit 4d3aa25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ STATISTICS=${total} uploads with a size of ${size}
2020

2121
# Discord Embeds / Twitter Cards
2222
## Image Card
23-
IMAGE_CARD_TITLE=${name} (${size}, ${width}x${height}
23+
IMAGE_CARD_TITLE=${name} (${size}, ${width}x${height})
2424
IMAGE_CARD_DESCRIPTION=Uploaded at ${uploadedAt}
2525

2626
## Text Card
27-
TEXT_CARD_TITLE=${name} (${size}, ${words} words
27+
TEXT_CARD_TITLE=${name} (${size}, ${words} words)
2828
TEXT_CARD_DESCRIPTION=Uploaded at ${uploadedAt}
2929

3030
## Uncategorized Card / Video Card
31-
UNCATEGORIZED_CARD_TITLE=${name} ${size}, #${count}
31+
UNCATEGORIZED_CARD_TITLE=${name} ${size}
3232
UNCATEGORIZED_CARD_DESCRIPTION=Uploaded at ${uploadedAt}
3333

3434
# Set to random for a random color or enter your preferred color in HEX format

0 commit comments

Comments
 (0)