We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb9bd5 commit 07b6325Copy full SHA for 07b6325
1 file changed
KPS/utils/messages.py
@@ -228,8 +228,8 @@
228
"✨ **Your Links are Ready!** ✨\n\n"
229
"> `{file_name}`\n\n"
230
"📂 **File Size:** `{file_size}`\n\n"
231
- "🚀 **Download Link:**\n`{download_link}`\n\n"
232
"🖥️ **Stream Link:**\n`{stream_link}`\n\n"
+ "🚀 **Download Link:**\n`{download_link}`\n\n"
233
"⌛️ **Note: Links remain active while the bot is running and the file is accessible.**"
234
)
235
@@ -254,8 +254,8 @@
254
MSG_NEW_FILE_REQUEST = (
255
"> 👤 **Source:** [{source_info}](tg://user?id={id_})\n"
256
"> 🆔 **ID:** `{id_}`\n\n"
257
- "🚀 **Download:** `{online_link}`\n\n"
258
- "🖥️ **Stream:** `{stream_link}`"
+ "🖥️ **Stream:** {stream_link}\n\n"
+ "🚀 **Download:** {online_link}"
259
260
261
# ------ Batch Processing ------
0 commit comments