refactor(readme): badge for total commands

Added a badge for total commands in the README.
This commit is contained in:
neo
2025-10-09 10:29:03 -04:00
committed by GitHub
parent 92e0ab72de
commit c2b0f318c1

View File

@@ -18,6 +18,8 @@
## Commands ## Commands
![Total Commands](https://img.shields.io/badge/Total%20Commands-63-5865F2)
| Command group | Subcommands | | Command group | Subcommands |
| --- | --- | | --- | --- |
| ungrouped | `help`, `botinfo` | | ungrouped | `help`, `botinfo` |
@@ -32,16 +34,6 @@
| utilities | `translate`, `codepreview`, `dictionary` | | utilities | `translate`, `codepreview`, `dictionary` |
| media | `download`, `mcquote`, `img2gif`, `tweety` | | media | `download`, `mcquote`, `img2gif`, `tweety` |
<div align="center" style="width: 100%; margin: 20px 0; padding: 15px; background-color: #f0f0f0; border-radius: 5px; color-scheme: auto;">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Crect fill='%231e1e1e' width='100' height='100'/%3E%3C/svg%3E">
<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Crect fill='%23f0f0f0' width='100' height='100'/%3E%3C/svg%3E" style="display:none;">
</picture>
<div style="background-color: #1e1e1e; color: #ffffff; padding: 15px; border-radius: 5px;" class="dark-mode">
<strong style="font-size: 1.1em;">Total Commands: 63</strong>
</div>
</div>
## Download ## Download