diff --git a/README.md b/README.md index a13b82c..71be5fc 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,13 @@ ## Commands -| Command group | Subcommands | -| --- | --- | +![Total Commands](https://img.shields.io/badge/Total%20Commands-63-5865F2) + +| 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 +34,7 @@ | utilities | `translate`, `codepreview`, `dictionary` | | media | `download`, `mcquote`, `img2gif`, `tweety` | + ## 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 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"