From c988bac1b013dd469776f2fb8b957c5c7081ebc9 Mon Sep 17 00:00:00 2001 From: neoarz Date: Thu, 9 Oct 2025 08:18:43 -0400 Subject: [PATCH 1/5] feat(readme): stuff --- README.md | 12 +++++++++++- TODO.md | 2 ++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a13b82c..453fb77 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ | Command group | Subcommands | | --- | --- | +| ungrouped | `help`, `botinfo` | | owner | `sync`, `cog_management`, `shutdown`, `say`, `invite`, `logs` | -| general | `help`, `botinfo`, `serverinfo`, `ping`, `feedback`, `uptime` | +| general | `serverinfo`, `ping`, `feedback`, `uptime` | | fun | `randomfact`, `coinflip`, `rps`, `8ball`, `minesweeper` | | moderation | `kick`, `ban`, `nick`, `purge`, `hackban`, `warnings`, `archive`, `timeout` | | sidestore | `help`, `refresh`, `code`, `crash`, `pairing`, `server`, `half`, `sparse`, `afc`, `udid` | @@ -31,6 +32,15 @@ | utilities | `translate`, `codepreview`, `dictionary` | | media | `download`, `mcquote`, `img2gif`, `tweety` | +
+ + + + +
+ Total Commands: 63 +
+
## Download
diff --git a/TODO.md b/TODO.md index 022fe4d..c6afc5f 100644 --- a/TODO.md +++ b/TODO.md @@ -31,6 +31,8 @@ - [ ] Add git log to info +- [ ] Move all assets to gh + - [ ] Add codepreview for pull requests - [x] Add try it and see command From 92e0ab72de7fca371aa3d8a360a08b6e15f79eb9 Mon Sep 17 00:00:00 2001 From: neoarz Date: Thu, 9 Oct 2025 08:20:52 -0400 Subject: [PATCH 2/5] fix(readme): sigh --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 453fb77..d92cebb 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ Total Commands: 63
+ + ## Download
From c2b0f318c1adbff429fcb71c01bd18bab1f7fa9b Mon Sep 17 00:00:00 2001 From: neo Date: Thu, 9 Oct 2025 10:29:03 -0400 Subject: [PATCH 3/5] refactor(readme): badge for total commands Added a badge for total commands in the README. --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d92cebb..a56e1a0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ ## Commands +![Total Commands](https://img.shields.io/badge/Total%20Commands-63-5865F2) + | Command group | Subcommands | | --- | --- | | ungrouped | `help`, `botinfo` | @@ -32,16 +34,6 @@ | utilities | `translate`, `codepreview`, `dictionary` | | media | `download`, `mcquote`, `img2gif`, `tweety` | -
- - - - -
- Total Commands: 63 -
-
- ## Download From b374223b6c11e1b210d75c384df4a011bf157046 Mon Sep 17 00:00:00 2001 From: neo Date: Thu, 9 Oct 2025 16:28:06 -0400 Subject: [PATCH 4/5] fix(readme):formatting of command group table in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a56e1a0..71be5fc 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ ![Total Commands](https://img.shields.io/badge/Total%20Commands-63-5865F2) -| Command group | Subcommands | -| --- | --- | +| Command group | Subcommands | +| ------------ | --- | | ungrouped | `help`, `botinfo` | | owner | `sync`, `cog_management`, `shutdown`, `say`, `invite`, `logs` | | general | `serverinfo`, `ping`, `feedback`, `uptime` | From 2ff4513ebfd2c1aad94f093c5f56abda69094bb0 Mon Sep 17 00:00:00 2001 From: neoarz Date: Thu, 9 Oct 2025 21:50:15 -0400 Subject: [PATCH 5/5] fix(botinfo): wording --- cogs/botinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/botinfo.py b/cogs/botinfo.py index c1d94ec..12863f1 100644 --- a/cogs/botinfo.py +++ b/cogs/botinfo.py @@ -92,7 +92,7 @@ class BotInfo(commands.Cog, name="botinfo"): current_time = datetime.now().strftime("%m/%d/%y, %I:%M %p") description_text = ( - "Heyooo! Im Syntrel, a bot made to help with [SideStore](https://discord.gg/3DwCwpBHfv), [MeloNX](https://discord.gg/Q4VkbkYfmk), and [idevice](https://discord.gg/ZnNcrRT3M8). I even have some cool extras! If you encounter any issues, please file a bug report. If have any feedback or suggestions, simply select \"Feedback\"!\n\n" + "Heyooo! Im Syntrel, a bot made to help with [SideStore](https://discord.gg/3DwCwpBHfv), [MeloNX](https://discord.gg/Q4VkbkYfmk), and [idevice](https://discord.gg/ZnNcrRT3M8). I even have some cool extras! If you encounter any issues, please file a bug report. If you have any feedback or suggestions, simply select \"Feedback\"!\n\n" f"**Owner:** [neoarz](https://discordapp.com/users/1015372540937502851)\n" f"**Python Version:** {platform.python_version()}\n" f"**Prefix:** / (Slash Commands) or {self.bot.bot_prefix} for normal commands"