v3.0.1 - Added Config.cs and Readme, Privacy and Commands
This commit is contained in:
39
COMMANDS.md
Normal file
39
COMMANDS.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# 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 |
|
||||
|
||||
---
|
||||
|
||||
## 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 |
|
||||
Reference in New Issue
Block a user