Skip to content

Commit

Permalink
Update basic_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StarkGang authored Apr 20, 2021
1 parent 437f643 commit 1a3053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_startup/helper_func/basic_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def paginate_help(page_number, loaded_modules, prefix, is_official=True):
prefix, modulo_page, is_official
),
),
InlineKeyboardButton(text="Close", callback_data="cleuse"),
InlineKeyboardButton(text="Back 🔙", callback_data=f"backO_to_help_menu"),
InlineKeyboardButton(
text="Next ⏩",
callback_data="{}_next({})_{}".format(
Expand Down

0 comments on commit 1a3053b

Please sign in to comment.