docs: fixed incorrect command instructions
This commit is contained in:
parent
9e489a4c91
commit
19eca0b1b5
7 changed files with 12 additions and 10 deletions
|
@ -12,5 +12,5 @@ Aurora is a fully-featured moderation system. It is heavily inspired by Galactic
|
|||
```bash
|
||||
[p]repo add seacogs https://www.coastalcommits.com/cswimr/SeaCogs
|
||||
[p]cog install seacogs aurora
|
||||
[p]cog load aurora
|
||||
[p]load aurora
|
||||
```
|
||||
|
|
|
@ -7,7 +7,7 @@ Backup allows you to export a JSON list of all of your installed repositories an
|
|||
```bash
|
||||
[p]repo add seacogs https://www.coastalcommits.com/cswimr/SeaCogs
|
||||
[p]cog install seacogs backup
|
||||
[p]cog load backup
|
||||
[p]load backup
|
||||
```
|
||||
|
||||
## Version Compatibility
|
||||
|
|
|
@ -8,7 +8,7 @@ This cog does require an api key to work.
|
|||
```bash
|
||||
[p]repo add seacogs https://www.coastalcommits.com/cswimr/SeaCogs
|
||||
[p]cog install seacogs bible
|
||||
[p]cog load bible
|
||||
[p]load bible
|
||||
```
|
||||
|
||||
## Setup
|
||||
|
@ -21,8 +21,9 @@ Then, you can use `[p]set api` to set the API key. Make sure your formatting mat
|
|||
## Commands
|
||||
|
||||
### bible passage
|
||||
- Usage: `[p]bible passage <book> <passage>`
|
||||
- Aliases: `verse`
|
||||
|
||||
- Usage: `[p]bible passage <book> <passage>`
|
||||
- Aliases: `verse`
|
||||
|
||||
Get a Bible passage.
|
||||
|
||||
|
@ -31,6 +32,7 @@ Example usage:
|
|||
`[p]bible passage John 3:16-3:17`
|
||||
|
||||
### bible random
|
||||
- Usage: `[p]bible random`
|
||||
|
||||
- Usage: `[p]bible random`
|
||||
|
||||
Get a random Bible verse.
|
||||
|
|
|
@ -7,7 +7,7 @@ EmojiInfo allows you to retrieve information about an emoji.
|
|||
```bash
|
||||
[p]repo add seacogs https://www.coastalcommits.com/cswimr/SeaCogs
|
||||
[p]cog install seacogs emojiinfo
|
||||
[p]cog load emojiinfo
|
||||
[p]load emojiinfo
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
|
|
@ -8,7 +8,7 @@ This is useful for development, as it allows you to make changes to your cogs an
|
|||
```bash
|
||||
[p]repo add seacogs https://www.coastalcommits.com/cswimr/SeaCogs
|
||||
[p]cog install seacogs hotreload
|
||||
[p]cog load hotreload
|
||||
[p]load hotreload
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
|
|
@ -7,7 +7,7 @@ Nerdify allows you to nerdify other people's text.
|
|||
```bash
|
||||
[p]repo add seacogs https://www.coastalcommits.com/cswimr/SeaCogs
|
||||
[p]cog install seacogs nerdify
|
||||
[p]cog load nerdify
|
||||
[p]load nerdify
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
|
|
@ -12,5 +12,5 @@ Pterodactyl allows for connecting to a Pterodactyl server through websockets. It
|
|||
```bash
|
||||
[p]repo add seacogs https://www.coastalcommits.com/cswimr/SeaCogs
|
||||
[p]cog install seacogs pterodactyl
|
||||
[p]cog load aurora
|
||||
[p]load pterodactyl
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue