Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barryspacezero committed Jun 22, 2023
1 parent 3a27fe7 commit 5f357bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async def game_command(client: Client, message: Message):
buttons = InlineKeyboardMarkup(
[
[
InlineKeyboardButton(text="Steam Link",
InlineKeyboardButton(text="Steam/Itch-io Link",
url=websites[0]["url"]
if websites
else websites[1]["url"]
Expand Down

0 comments on commit 5f357bf

Please sign in to comment.