Skip to content

Commit

Permalink
Update start.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiModszYT authored Jun 7, 2024
1 parent 5da9f0f commit a31590f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FIXXMUSIC/plugins/bot/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def start_pm(client, message: Message, _):
out = private_panel(_)
await message.reply_photo(
random.choice(YUMI_PICS),
caption=_[start_2 ].format(app.mention, message.from_user.mention),
caption=_[start_2].format(app.mention, message.from_user.mention),
reply_markup=InlineKeyboardMarkup(out),
)
if await is_on_off(2):
Expand Down

0 comments on commit a31590f

Please sign in to comment.