docs: fixed incorrect command instructions
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 42s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 48s

This commit is contained in:
cswimr 2025-01-26 15:33:34 +00:00
parent 9e489a4c91
commit 19eca0b1b5
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
7 changed files with 12 additions and 10 deletions

View file

@ -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
```

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
```