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" ]