43 lines
1.6 KiB
Markdown
43 lines
1.6 KiB
Markdown
# SkyBot Commands
|
|
|
|
All commands are prefixed with your configured prefix (e.g. `s/`). Arguments in `[brackets]` are optional.
|
|
|
|
---
|
|
|
|
## Fun
|
|
|
|
| Command | Aliases | Description |
|
|
|---|---|---|
|
|
| `echo <text>` | `say` | Repeat text through the bot. If the command message is deleted, the echoed message is also deleted. |
|
|
|
|
---
|
|
|
|
## Info
|
|
|
|
| Command | Aliases | Description |
|
|
|---|---|---|
|
|
| `help` | `cmds` | Shows all commands organised by category |
|
|
| `source` | `src` | Link to the bot's source code |
|
|
| `version` | `ver` | Shows the bot version, Valour server version, and Valour SDK version (current and latest) |
|
|
| `source` | `src` | Link to the bot's source code |
|
|
| `version` | `ver` | Shows the bot version, Valour server version, and Valour SDK version (current and latest) |
|
|
|
|
---
|
|
|
|
## Dev
|
|
|
|
> These commands are only accessible to the bot owner.
|
|
|
|
| Command | Aliases | Description |
|
|
|---|---|---|
|
|
| `delete` | — | Deletes a replied-to message. Deletes bot messages directly; requires `ManageMessages` for other members' messages. Reply to a message to use. |
|
|
| `planet <join\|leave\|list>` | — | Manage the planets the bot is a member of |
|
|
| `react <emoji> [amount]` | — | Add a reaction to a replied-to message a given number of times |
|
|
|
|
### planet subcommands
|
|
|
|
| Subcommand | Usage | Description |
|
|
|---|---|---|
|
|
| `join` | `planet join <id> [invite]` | Join a planet by ID, optionally with an invite code |
|
|
| `leave` | `planet leave [id]` | Leave a planet by ID, or the current planet if no ID is given |
|
|
| `list` | `planet list` | List all planets the bot is currently a member of | |