Skip to content

Commit

Permalink
Fix back in yt help msg
Browse files Browse the repository at this point in the history
Signed-off-by: anasty17 <[email protected]>
  • Loading branch information
anasty17 committed Dec 17, 2023
1 parent 0fba415 commit bfbbada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def argUsage(_, query):
await editMessage(message, MIRROR_HELP_DICT[data[2]], button)
elif data[1] == "yt":
buttons = ButtonMaker()
buttons.ibutton("Back", f"help back m")
buttons.ibutton("Back", f"help back y")
button = buttons.build_menu()
await editMessage(message, YT_HELP_DICT[data[2]], button)

Expand Down

0 comments on commit bfbbada

Please sign in to comment.