Skip to content

Commit

Permalink
Use meta.SOURCE instead of hardcoding
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Mar 19, 2024
1 parent 1478b64 commit e244bae
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 @@ -154,7 +154,7 @@ async def cmd_version(update: Update, context: ContextTypes.DEFAULT_TYPE): # no
parse_mode=ParseMode.HTML,
disable_web_page_preview=True,
reply_to_message_id=update.effective_message.id,
text=f"<a href='https://github.com/TheReverend403/gentoogram-bot'>gentoogram-bot {meta.VERSION}</a>",
text=f"<a href='{meta.SOURCE}'>gentoogram-bot {meta.VERSION}</a>",
)


Expand Down

0 comments on commit e244bae

Please sign in to comment.