mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
Merge pull request #8 from neoarz/readme
This commit is contained in:
10
README.md
10
README.md
@@ -18,10 +18,13 @@
|
||||
|
||||
## Commands
|
||||
|
||||
| Command group | Subcommands |
|
||||
| --- | --- |
|
||||

|
||||
|
||||
| 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
|
||||
|
||||
<div align="left">
|
||||
|
||||
2
TODO.md
2
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user