This commit is contained in:
levina 2021-11-01 15:13:31 +07:00 committed by GitHub
parent 26d8dad8c1
commit 149da0b76d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ def admin_only(func: Callable) -> Callable:
bttn = InlineKeyboardMarkup(
[[InlineKeyboardButton("🔙 Go Back", callback_data="cbback")]]
[[InlineKeyboardButton("🔙 Go Back", callback_data="cbmenu")]]
)
@ -59,10 +59,10 @@ async def skip(client, m: Message):
[
[
InlineKeyboardButton(
text="✨ ɢʀᴏᴜᴘ", url=f"https://t.me/{GROUP_SUPPORT}"
text="• Mᴇɴ", callback_data="cbmenu"
),
InlineKeyboardButton(
text="🌻 ᴄʜᴀɴɴᴇʟ", url=f"https://t.me/{UPDATES_CHANNEL}"
text="• Cʟsᴇ", callback_data="cls"
),
]
]