From d62f6f6470eb48629c5db8df149fcf6d80694ad0 Mon Sep 17 00:00:00 2001 From: Pengu Date: Wed, 10 Sep 2025 17:08:45 -0500 Subject: [PATCH] Fix help command --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 46d830a..528c17c 100644 --- a/app.py +++ b/app.py @@ -1031,7 +1031,7 @@ async def help_command(ctx): user_cmds = [ f"`{PREFIX}createaccount ` - Create your Jellyfin account", f"`{PREFIX}recoveraccount ` - Reset your password", - f"`{PREFIX}deleteaccount ` - Delete your Jellyfin account" + f"`{PREFIX}deleteaccount ` - Delete your Jellyfin account", f"`{PREFIX}what2watch` - Lists 5 random movie suggestions from the Jellyfin Library" ]