Skip to content

Commit

Permalink
Update ToEnWikipediaBot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jnton authored Sep 15, 2024
1 parent 6a3ae74 commit 3dd008f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ToEnWikipediaBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 3dd008f

Please sign in to comment.