Skip to content

Commit

Permalink
Remove stray )
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Feb 26, 2024
1 parent 3069880 commit c0f2b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gentoogram/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async def cmd_version(update: Update, context: ContextTypes.DEFAULT_TYPE): # no
reply_to_message_id=reply_to,
parse_mode=ParseMode.HTML,
disable_web_page_preview=True,
text=f"<a href='https://github.com/TheReverend403/gentoogram-bot)'>gentoogram-bot {version.VERSION}</a>",
text=f"<a href='https://github.com/TheReverend403/gentoogram-bot'>gentoogram-bot {version.VERSION}</a>",
)


Expand Down

0 comments on commit c0f2b5b

Please sign in to comment.