From 3dd008f2b575a84bcca062cb7120054c0ed1250c Mon Sep 17 00:00:00 2001 From: JnTon <84038748+JnTon@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:08:08 +0200 Subject: [PATCH] Update ToEnWikipediaBot.py --- ToEnWikipediaBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ToEnWikipediaBot.py b/ToEnWikipediaBot.py index 22177af..4bb2d9b 100644 --- a/ToEnWikipediaBot.py +++ b/ToEnWikipediaBot.py @@ -226,7 +226,7 @@ async def inline_query(update: Update, context: ContextTypes.DEFAULT_TYPE) -> No async def source(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None: await update.message.reply_text( - "You can find my source code here: https://github.com/JnTon/English-Wikipedia-Link-Converter-Telegram-Bot\n\nFeel free to contribute or fork to create your own version!", + "You can find my source code here:\nhttps://github.com/JnTon/English-Wikipedia-Link-Converter-Telegram-Bot\n\nFeel free to contribute or fork to create your own version!", reply_to_message_id=update.message.message_id )