Skip to content

Commit a282c6f

Browse files
authored
Update To V0.0.5 🔥 - Fix Errors 🔥🔥
1 parent ddda833 commit a282c6f

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
@@ -63,10 +63,10 @@ async def start_cmd(bot, message):
6363
await users.insert_one(user_det)
6464
await message.reply(
6565
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>",
66-
reply_markup=types.InlineKeyboardMarkup([
66+
reply_markup=types.InlineKeyboardMarkup([[
6767
types.InlineKeyboardButton('Uᴩᴅᴀᴛᴇꜱ', url='https://t.me/RknDeveloper'),
6868
types.InlineKeyboardButton('Sᴜᴩᴩᴏʀᴛ', url='https://t.me/RknDeveloperSupport')
69-
], [
69+
],[
7070
types.InlineKeyboardButton('🔥 Source Code 🔥', url='https://github.com/RknDeveloper/Rkn-AutoCaptionBot')
7171
]]))
7272

0 commit comments

Comments
 (0)