Skip to content

Commit 3870272

Browse files
authored
Update To V0.0.5 🔥
1 parent 23e3e1c commit 3870272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rkn_Bots/Caption.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ async def restart_bot(b, m):
6060
async def start_cmd(bot, message):
6161
user_id = int(message.from_user.id)
6262
await insert(user_id)
63-
await message.reply_photo(Rkn_Bots.RKN_PIC,
64-
text=f"<b>Hey, {message.from_user.mention}\n\nI'm an auto-caption bot. I automatically edit captions for videos, audio files, and documents posted on channels.\n\nuse <code>/set_caption</code> to set caption\nUse<code>/delcaption</code> To delete caption and set caption to default.\n\nNote:All commands works on channels only</b>",
63+
await message.reply_photo(photo=Rkn_Bots.RKN_PIC,
64+
caption=f"<b>Hey, {message.from_user.mention}\n\nI'm an auto-caption bot. I automatically edit captions for videos, audio files, and documents posted on channels.\n\nuse <code>/set_caption</code> to set caption\nUse<code>/delcaption</code> To delete caption and set caption to default.\n\nNote:All commands works on channels only</b>",
6565
reply_markup=types.InlineKeyboardMarkup([[
6666
types.InlineKeyboardButton('Uᴩᴅᴀᴛᴇꜱ', url='https://t.me/RknDeveloper'),
6767
types.InlineKeyboardButton('Sᴜᴩᴩᴏʀᴛ', url='https://t.me/Rkn_Bots_Support')

0 commit comments

Comments
 (0)