Skip to content

Commit

Permalink
Formate By @TheTeamAlexa
Browse files Browse the repository at this point in the history
Signed-off-by: TheTeamAlexa <TheTeamAlexa@users.noreply.github.com>
  • Loading branch information
TheTeamAlexa committed Apr 27, 2023
1 parent f1ffa4d commit 81bb366
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AlexaMusic/plugins/admins/callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@ async def del_back_playlist(client, CallbackQuery, _):
run = await CallbackQuery.message.reply_photo(
photo=img,
caption=_["stream_1"].format(
title[:27],
f"https://t.me/{app.username}?start=info_{videoid}",
duration_min,
user,
),
title[:27],
f"https://t.me/{app.username}?start=info_{videoid}",
duration_min,
user,
),
reply_markup=InlineKeyboardMarkup(button),
)
db[chat_id][0]["mystic"] = run
Expand Down Expand Up @@ -380,4 +380,4 @@ async def del_back_playlist(client, CallbackQuery, _):
else:
db[chat_id][0]["played"] += duration_to_skip
string = _["admin_33"].format(seconds_to_min(to_seek))
await mystic.edit_text(f"{string}\n\nᴄʜᴀɴɢᴇs ᴅᴏɴᴇ ʙʏ : {mention} !")
await mystic.edit_text(f"{string}\n\nᴄʜᴀɴɢᴇs ᴅᴏɴᴇ ʙʏ : {mention} !")

0 comments on commit 81bb366

Please sign in to comment.