mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-04-05 17:33:31 -04:00
fix: update Discord message format to italic date + bold verse
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,7 @@ export const POST: RequestHandler = async ({ request }) => {
|
|||||||
timeZone: 'UTC',
|
timeZone: 'UTC',
|
||||||
});
|
});
|
||||||
|
|
||||||
const message = `Today's BIBDLE Verse (${fullDate}): "${verse.verseText}" — ${verse.reference}`;
|
const message = `*${fullDate}*\n**"${verse.verseText}"**`;
|
||||||
|
|
||||||
if (!discordWebhook) {
|
if (!discordWebhook) {
|
||||||
return json({ error: 'Discord webhook not configured' }, { status: 500 });
|
return json({ error: 'Discord webhook not configured' }, { status: 500 });
|
||||||
|
|||||||
Reference in New Issue
Block a user