We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7114b76 commit 5fd5bf0Copy full SHA for 5fd5bf0
Rkn_TelegraphBot/telegraph.py
@@ -56,7 +56,7 @@ async def getmedia(bot, update):
56
await message.edit_text(
57
text=f"Error :- <code>{error}</code>",
58
disable_web_page_preview=True,
59
- reply_markup=reply_markup=InlineKeyboardMarkup(
+ reply_markup=InlineKeyboardMarkup(
60
[[
61
InlineKeyboardButton('More Help', callback_data='help')
62
]]))
0 commit comments