Skip to content

Commit

Permalink
Update button.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 17, 2024
1 parent 9e00f0c commit 1742a92
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions shizuchat/modules/helpers/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

from config import SUPPORT_GRP

# BUTTON

retry_key = InlineKeyboardMarkup(
[[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")],
]
)

#__________

keyboard = InlineKeyboardMarkup(
[
Expand Down

0 comments on commit 1742a92

Please sign in to comment.