From 12349e39f6db84339f90cb66aad4e046e950b1da Mon Sep 17 00:00:00 2001 From: neoarz Date: Sat, 27 Sep 2025 07:10:07 -0400 Subject: [PATCH] chore(readme): add new commands to list --- README.md | 4 ++-- cogs/general/help.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c003fcb..d5d679f 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ | fun | `randomfact`, `coinflip`, `rps`, `8ball`, `minesweeper` | | moderation | `kick`, `ban`, `nick`, `purge`, `hackban`, `warnings`, `archive` | | sidestore | `sidestore`, `refresh`, `code`, `crash`, `pairing`, `server`, `half`, `sparse`, `afc`, `udid` | -| idevice | `idevice`, `noapps`, `errorcode` | -| miscellaneous | `keanu`, `labubu` | +| idevice | `idevice`, `noapps`, `errorcode`, `developermode`, `mountddi` | +| miscellaneous | `keanu`, `labubu`, `piracy` | ## Download diff --git a/cogs/general/help.py b/cogs/general/help.py index 67e4d60..3954ce5 100644 --- a/cogs/general/help.py +++ b/cogs/general/help.py @@ -96,7 +96,7 @@ class Help(commands.Cog, name="help"): category_descriptions = { "general": "General commands", - "fun": "Funny commands", + "fun": "Fun commands", "moderation": "Administration commands", "owner": "Owner commands", "sidestore": "SideStore troubleshooting commands",