This commit is contained in:
2025-09-21 22:58:39 -05:00
parent d80746cd61
commit e0bbbd02f5
3 changed files with 9 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ Fill out values in the .env and you're good to go!
![image](https://cdn.pengucc.com/images/projects/jellycord/readme/role-required.png)
***🎬 User Commands***
- `!createaccount` <username> <password> - Create your Jellyfin account
- `!recoveraccount` <username> <newpassword> - Reset your password
- `!deleteaccount` <username> - Delete your Jellyfin account
@@ -54,6 +55,7 @@ Fill out values in the .env and you're good to go!
- `!help` - Displays help command
***🛠️ Admin Commands***
- `!link` <jellyfin_username> @user - Manually link accounts
- `!unlink` @user - Manually unlink accounts
- `!listvalidusers` - Show number of valid and invalid accounts
@@ -65,10 +67,13 @@ Fill out values in the .env and you're good to go!
- `!activestreams` - View all Active Jellyfin streams
***💾 qBittorrent Commands***
- `!qbview` - View current qBittorrent downloads
***🗳️ Proxmox Commands***
- `!storage` - Show available storage pools and free space
- `!metrics` - Show Jellyfin container metrics
***🔑 JFA Commands***
@@ -78,6 +83,8 @@ Fill out values in the .env and you're good to go!
- `!refreshjfakey` - Refreshes the JFA API Key Forcefully
***⚙️ Admin Bot Commands***
- `!setprefix` - Change the bots command prefix
- `!updates` - Manually check for bot updates
- `!changelog` - View changelog for current bot version
- `!logging` - Enable/Disable Console Event Logging

1
app.py
View File

@@ -1850,6 +1850,7 @@ async def help_command(ctx):
admin_bot_cmds = [
f"`{PREFIX}setprefix` - Change the bot's command prefix",
f"`{PREFIX}updates` - Manually check for bot updates",
f"`{PREFIX}changelog` - View changelog for current bot version",
f"`{PREFIX}logging` - Enable/disable console event logging"
]
embed.add_field(name="⚙️ Admin Bot Commands", value="\n".join(admin_bot_cmds), inline=False)

View File

@@ -1 +1 @@
{ "version": "1.0.7" }
{ "version": "1.0.8" }