Fix help command

This commit is contained in:
2025-09-10 17:08:45 -05:00
parent 3b2328423b
commit d62f6f6470

2
app.py
View File

@@ -1031,7 +1031,7 @@ async def help_command(ctx):
user_cmds = [ user_cmds = [
f"`{PREFIX}createaccount <username> <password>` - Create your Jellyfin account", f"`{PREFIX}createaccount <username> <password>` - Create your Jellyfin account",
f"`{PREFIX}recoveraccount <newpassword>` - Reset your password", f"`{PREFIX}recoveraccount <newpassword>` - Reset your password",
f"`{PREFIX}deleteaccount <username>` - Delete your Jellyfin account" f"`{PREFIX}deleteaccount <username>` - Delete your Jellyfin account",
f"`{PREFIX}what2watch` - Lists 5 random movie suggestions from the Jellyfin Library" f"`{PREFIX}what2watch` - Lists 5 random movie suggestions from the Jellyfin Library"
] ]