From bfbbadab4cec794987b59280c5634d6ba744e93b Mon Sep 17 00:00:00 2001 From: anasty17 Date: Sun, 17 Dec 2023 19:56:17 +0200 Subject: [PATCH] Fix back in yt help msg Signed-off-by: anasty17 --- bot/modules/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/help.py b/bot/modules/help.py index 9aa66db317b..e4c78b1a227 100644 --- a/bot/modules/help.py +++ b/bot/modules/help.py @@ -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)