diff --git a/src/server.ts b/src/server.ts index 2a287a6..57e8a45 100644 --- a/src/server.ts +++ b/src/server.ts @@ -219,8 +219,8 @@ router.get('/owoembed', async (request: IRequest) => { /* Fallbacks */ const text = searchParams.get('text') || 'Twitter'; - const author = searchParams.get('author') || 'dangeredwolf'; - const status = searchParams.get('status') || '1547514042146865153'; + const author = searchParams.get('author') || 'jack'; + const status = searchParams.get('status') || '20'; const random = Math.floor(Math.random() * Object.keys(motd).length); const [name, url] = Object.entries(motd)[random]; diff --git a/src/strings.ts b/src/strings.ts index 3764912..d5f99f9 100644 --- a/src/strings.ts +++ b/src/strings.ts @@ -27,11 +27,10 @@ export const Strings = { ███ ███ ▐█▌▐█▌ ███ ▐██▌ ███ ▐██▌ ▐█▌ ▐█▌ ▐██▌ ███ ███ ███ ███ ███ ▐█████████▌ ▐████ ▐████ ▐████ ███ -███ A better Tweet embedding service -███ by dangered wolf, et al. +███ A better way to embed Tweets on Discord, Telegram, and more. +███ Worker build ${RELEASE_NAME} --->{headers} -`, +-->{headers}`, ERROR_HTML: ` @@ -115,7 +114,7 @@ This is caused by Twitter API downtime or a new bug. Try again in a little while

${BRANDING_NAME}

-

A better Tweet embedding service, by dangered wolf, et al.

+

A better way to embed Tweets on Discord, Telegram, and more.

Worker release: ${RELEASE_NAME}


Stats for nerds: