Skip to content

Commit

Permalink
😒
Browse files Browse the repository at this point in the history
  • Loading branch information
KSKOP69 committed Nov 8, 2024
1 parent 08accbf commit 3203226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AlexaMusic/utils/inline/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
as you want or you can collabe if you have new ideas.
"""


import config
from typing import Union

from pyrogram.types import InlineKeyboardButton
Expand All @@ -31,8 +31,8 @@ def setting_markup(_):
],
[
InlineKeyboardButton(
text="• Sᴜᴩᴩᴏʀᴛ •",
url="https://t.me/Shayri_Music_Lovers",
text="𝖲𝗎𝗉𝗉𝗈𝗋𝗍",
url=config.SUPPORT_GROUP,
),
InlineKeyboardButton(text=_["CLOSE_BUTTON"], callback_data="close"),
],
Expand Down
1 change: 0 additions & 1 deletion AlexaMusic/utils/inline/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,4 @@ def private_panel(_, BOT_USERNAME, OWNER: Union[bool, int] = None):
InlineKeyboardButton(text=_["S_B_7"], user_id=OWNER_ID),
]
)
buttons.append([InlineKeyboardButton(text=_["ST_B_6"], callback_data="LG")])
return buttons

0 comments on commit 3203226

Please sign in to comment.