Skip to content

Commit

Permalink
BrandrdXMusic
Browse files Browse the repository at this point in the history
  • Loading branch information
WCGKING authored Sep 21, 2024
1 parent 0beb726 commit 8d79c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BrandrdXMusic/plugins/bot/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async def start_pm(client, message: Message, _):
name = message.text.split(None, 1)[1]
if name[0:4] == "help":
keyboard = help_pannel(_)
await message.reply_sticker("AgACAgUAAxkBAAEUtBRm7VVRpFlqS4ZKIoYR_2OgTv1jSgACAsIxG_gXaFcwAU816UGg0AEAAwIAA3gAAzYE")
await message.reply_sticker("CAACAgQAAxkBAAEQ245ljYcpjiUzNlnqZayXwYGXQdQUYgAC2Q8AAnsbSFJTlxo-p_AUAAEzBA")
return await message.reply_photo(
photo=config.START_IMG_URL,
caption=_["help_1"].format(config.SUPPORT_CHAT),
Expand Down Expand Up @@ -86,7 +86,7 @@ async def start_pm(client, message: Message, _):
)
else:
out = private_panel(_)
await message.reply_sticker("AgACAgUAAxkBAAEUtBNm7VVRpwHeDQkiFYJ6TbEgbRTOjQACA8IxG_gXaFcJqmffbP4KKAEAAwIAA3kAAzYE")
await message.reply_sticker("CAACAgUAAxkBAAEQI1hlTLog9AN9m9USFpWRCMlU8iMCVwACbQQAAjYSmFa-LfaOxMHalzME")
await message.reply_photo(
photo=config.START_IMG_URL,
caption=_["start_2"].format(message.from_user.mention, app.mention),
Expand Down

0 comments on commit 8d79c44

Please sign in to comment.