Skip to content

Commit

Permalink
Update help_text.py
Browse files Browse the repository at this point in the history
  • Loading branch information
No-OnE-Kn0wS-Me authored May 26, 2021
1 parent 2204ac2 commit bf98244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/help_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ async def cb_handler(client: Mai_bOTs , query: CallbackQuery):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton('Rename', callback_data = "rnme"),
InlineKeyboardButton('File To Video', callback_data = "f2v")
InlineKeyboardButton('📝Rename', callback_data = "rnme"),
InlineKeyboardButton('📂File To Video', callback_data = "f2v")
],
[
InlineKeyboardButton('Custom Thumbnail', callback_data = "cthumb"),
InlineKeyboardButton('About', callback_data = "about")
InlineKeyboardButton('🎞️Custom Thumbnail', callback_data = "cthumb"),
InlineKeyboardButton('💬About', callback_data = "about")
]
]
)
Expand Down

0 comments on commit bf98244

Please sign in to comment.