i18n: use strings from Danbooru

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2025-05-17 00:07:30 +03:00
parent ff86c78b21
commit 7fdf18b5cb
Signed by: mctaylors
GPG key ID: 4EEF4F949A266EE2

View file

@ -86,9 +86,10 @@ async def invalid_query(update: Update, query: str) -> None:
InlineQueryResultArticle(
id=str(uuid4()),
title=f"ID: {query}",
description="not found.",
description="Error",
input_message_content=InputTextMessageContent(
f"ID: <code>{query}</code>\n<b>requested post does not exist.</b>",
f"ID: <code>{query}</code>\n"
f"That record was not found.",
parse_mode=ParseMode.HTML
)
)