mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 18:44:50 +00:00
Source
This commit is contained in:
parent
82728f2cea
commit
af8fe0a03b
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue