Skip to content

Commit

Permalink
Update Gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 16, 2024
1 parent 133b58e commit 9e00f0c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions shizuchat/modules/Gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
[[InlineKeyboardButton(text="ᴛʀʏ ᴀɢᴀɪɴ ☹️", callback_data="gensession")]]
)

gen_key = InlineKeyboardMarkup(
[
[
InlineKeyboardButton(text="ᴩʏʀᴏɢʀᴀᴍ v1 ♲︎︎︎", callback_data="pyrogram1"),
InlineKeyboardButton(text="ᴩʏʀᴏɢʀᴀᴍ v2 ♲︎︎︎", callback_data="pyrogram"),
],
[InlineKeyboardButton(text="ᴛᴇʟᴇᴛʜᴏɴ ♲︎︎︎", callback_data="telethon")],
]
)

#__________

async def gen_session(
Expand Down

0 comments on commit 9e00f0c

Please sign in to comment.