File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ async def start_command(client: Client, message: Message):
152
152
) if reload_url else None
153
153
154
154
await notification_msg .edit (
155
- "<b><i>Your video/file has been successfully deleted ✅</i> </b>" ,
155
+ "<b>ʏᴏᴜʀ ᴠɪᴅᴇᴏ / ꜰɪʟᴇ ɪꜱ ꜱᴜᴄᴄᴇꜱꜱꜰᴜʟʟʏ ᴅᴇʟᴇᴛᴇᴅ !! \n \n ᴄʟɪᴄᴋ ʙᴇʟᴏᴡ ʙᴜᴛᴛᴏɴ ᴛᴏ ɢᴇᴛ ʏᴏᴜʀ ᴅᴇʟᴇᴛᴇᴅ ᴠɪᴅᴇᴏ / ꜰɪʟᴇ 👇 </b>" ,
156
156
reply_markup = keyboard
157
157
)
158
158
except Exception as e :
@@ -166,8 +166,9 @@ async def start_command(client: Client, message: Message):
166
166
]
167
167
]
168
168
)
169
- await message .reply_text (
170
- text = START_MSG .format (
169
+ await message .reply_photo (
170
+ photo = START_PIC ,
171
+ caption = START_MSG .format (
171
172
first = message .from_user .first_name ,
172
173
last = message .from_user .last_name ,
173
174
username = None if not message .from_user .username else '@' + message .from_user .username ,
You can’t perform that action at this time.
0 commit comments