updated markdowns

This commit is contained in:
2026-04-10 03:40:52 +01:00
parent 2cf3798728
commit 4f6ae37eca
3 changed files with 108 additions and 40 deletions

View File

@@ -11,46 +11,14 @@ SkyBot is a Valour.gg bot built with .NET 10.
- Built with .NET 10
- Command system with automatic registration
### Fun
### Command Categories
- `8ball` — ask the magic 8 ball a question
- `coinflip` — flip a coin
- `dice` — roll a die
- `rockpaperscissors` — play rock paper scissors against the bot
- `choose` — pick one of the given options
- `echo` — repeat text through the bot
- `reverse` — reverse yours or a replied message
- `mock` — mOcK tExT
- `t9encode` / `t9decode` — encode or decode old phone keypad multi-tap digits
- `hangman` — channel-wide game of hangman with optional category (`hg <letter or word>` to guess)
- `wordle` — channel-wide Wordle; guess the 5-letter word in 6 tries (`wg <word>` to guess)
- `trivia` — channel-wide trivia question with 30 seconds to answer (`tg <A/B/C/D>` to guess)
- `image` — fetch a random image matching your search (aliases: `img`)
- **Fun** — games, utilities, and silly stuff (8ball, hangman, wordle, trivia, and more)
- **Info** — bot and platform info commands
- **Moderation** — ban, kick, welcome messages
- **RP** — roleplay GIF commands powered by nekos.best (35+ commands)
### Chill
- `cat` — post a random cat picture
- `hug` — send a hug with a random gif
### Info
- `ping` — check bot latency
- `uptime` — show how long the bot has been running
- `info` — user and planet info
- `version` — show the current bot and Valour SDK version
- `usercount` — show the total Valour user count
- `source` — link to the bot's source code
- `joinsite` — link to a site to help bots join a planet
- `devcentral` — invite link to the Dev Central planet
- `swagger` — link to the Valour API docs
- `minecraft` — Unofficial ValourSMP server IPs
- `suggest` — submit a suggestion for the bot
### Moderation
- `ban` / `unban` / `kick` — member moderation
- `bans` — list all bans in the planet
- `setwelcome` — configure a welcome channel and message
Full command list: [COMMANDS.md](COMMANDS.md)
---
@@ -126,4 +94,4 @@ Never commit your `.env` file to the repository. Ensure it is listed in your `.g
## Running the Bot
```bash
dotnet run
```
```