From b374223b6c11e1b210d75c384df4a011bf157046 Mon Sep 17 00:00:00 2001 From: neo Date: Thu, 9 Oct 2025 16:28:06 -0400 Subject: [PATCH] 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` |