From e0bbbd02f5a84f9f6f92c8f7cf2720f5fa310ed6 Mon Sep 17 00:00:00 2001 From: Pengu Date: Sun, 21 Sep 2025 22:58:39 -0500 Subject: [PATCH] 1.0.8 --- README.md | 7 +++++++ app.py | 1 + version.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d62b78..e7ead10 100644 --- a/README.md +++ b/README.md @@ -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` - Create your Jellyfin account - `!recoveraccount` - Reset your password - `!deleteaccount` - 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` @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 \ No newline at end of file diff --git a/app.py b/app.py index 0608969..91ca4ed 100644 --- a/app.py +++ b/app.py @@ -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) diff --git a/version.json b/version.json index c27ffa9..b88df4f 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "version": "1.0.7" } \ No newline at end of file +{ "version": "1.0.8" } \ No newline at end of file