Skip to content

Commit 07b6325

Browse files
authored
latest
1 parent 6fb9bd5 commit 07b6325

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

KPS/utils/messages.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@
228228
"✨ **Your Links are Ready!** ✨\n\n"
229229
"> `{file_name}`\n\n"
230230
"📂 **File Size:** `{file_size}`\n\n"
231-
"🚀 **Download Link:**\n`{download_link}`\n\n"
232231
"🖥️ **Stream Link:**\n`{stream_link}`\n\n"
232+
"🚀 **Download Link:**\n`{download_link}`\n\n"
233233
"⌛️ **Note: Links remain active while the bot is running and the file is accessible.**"
234234
)
235235

@@ -254,8 +254,8 @@
254254
MSG_NEW_FILE_REQUEST = (
255255
"> 👤 **Source:** [{source_info}](tg://user?id={id_})\n"
256256
"> 🆔 **ID:** `{id_}`\n\n"
257-
"🚀 **Download:** `{online_link}`\n\n"
258-
"🖥️ **Stream:** `{stream_link}`"
257+
"🖥️ **Stream:** {stream_link}\n\n"
258+
"🚀 **Download:** {online_link}"
259259
)
260260

261261
# ------ Batch Processing ------

0 commit comments

Comments
 (0)