Merge pull request #8 from neoarz/readme

This commit is contained in:
neo
2025-10-09 21:50:48 -04:00
committed by GitHub
3 changed files with 10 additions and 4 deletions

View File

@@ -18,10 +18,13 @@
## Commands ## 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` | | 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` | | fun | `randomfact`, `coinflip`, `rps`, `8ball`, `minesweeper` |
| moderation | `kick`, `ban`, `nick`, `purge`, `hackban`, `warnings`, `archive`, `timeout` | | moderation | `kick`, `ban`, `nick`, `purge`, `hackban`, `warnings`, `archive`, `timeout` |
| sidestore | `help`, `refresh`, `code`, `crash`, `pairing`, `server`, `half`, `sparse`, `afc`, `udid` | | sidestore | `help`, `refresh`, `code`, `crash`, `pairing`, `server`, `half`, `sparse`, `afc`, `udid` |
@@ -31,6 +34,7 @@
| utilities | `translate`, `codepreview`, `dictionary` | | utilities | `translate`, `codepreview`, `dictionary` |
| media | `download`, `mcquote`, `img2gif`, `tweety` | | media | `download`, `mcquote`, `img2gif`, `tweety` |
## Download ## Download
<div align="left"> <div align="left">

View File

@@ -31,6 +31,8 @@
- [ ] Add git log to info - [ ] Add git log to info
- [ ] Move all assets to gh
- [ ] Add codepreview for pull requests - [ ] Add codepreview for pull requests
- [x] Add try it and see command - [x] Add try it and see command

View File

@@ -92,7 +92,7 @@ class BotInfo(commands.Cog, name="botinfo"):
current_time = datetime.now().strftime("%m/%d/%y, %I:%M %p") current_time = datetime.now().strftime("%m/%d/%y, %I:%M %p")
description_text = ( 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"**Owner:** [neoarz](https://discordapp.com/users/1015372540937502851)\n"
f"**Python Version:** {platform.python_version()}\n" f"**Python Version:** {platform.python_version()}\n"
f"**Prefix:** / (Slash Commands) or {self.bot.bot_prefix} for normal commands" f"**Prefix:** / (Slash Commands) or {self.bot.bot_prefix} for normal commands"