This commit is contained in:
yasir 2022-12-02 21:34:07 +07:00
parent 82728f2cea
commit af8fe0a03b

View file

@ -70,7 +70,7 @@ home_keyboard_pm = InlineKeyboardMarkup(
[
InlineKeyboardButton(text="Commands ❓", callback_data="bot_commands"),
InlineKeyboardButton(
text="Github Repo 🛠",
text="Source Code 🛠",
url="https://github.com/yasirarism/MissKatyPyro",
),
],
@ -97,7 +97,7 @@ keyboard = InlineKeyboardMarkup(
[
InlineKeyboardButton(text="Help ❓", url="t.me/MissKatyRoBot?start=help"),
InlineKeyboardButton(
text="Github Repo <20>",
text="Source Code <20>",
url="https://github.com/yasirarism/MissKatyPyro",
),
],