Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
avipatilpro authored Jul 11, 2021
1 parent ae3582c commit 23ffe6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebStreamer/bot/plugins/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ async def help_handler(bot, message):
disable_web_page_preview=True)
return
await message.reply_text(
text=HELP_BUTTONS,
text=HELP_TEXT,
parse_mode="HTML",
disable_web_page_preview=True,
reply_markup=HELP_BUTTONS
Expand Down

0 comments on commit 23ffe6b

Please sign in to comment.