forked from cswimr/SeaCogs
feat(docs): updated configuration docs with all of the new text commands
This commit is contained in:
parent
a7d8a20c57
commit
eb79025d2a
1 changed files with 36 additions and 13 deletions
|
@ -8,7 +8,7 @@ This page is still a work in progress.
|
|||
## aurora
|
||||
|
||||
- Usage: `[p]aurora`
|
||||
- Aliases: `moderation, mod`
|
||||
- Aliases: `moderation and mod`
|
||||
|
||||
Settings and miscellaneous commands for Aurora.
|
||||
|
||||
|
@ -20,13 +20,6 @@ Settings and miscellaneous commands for Aurora.
|
|||
|
||||
Import moderation history from other bots.
|
||||
|
||||
#### aurora import galacticbot
|
||||
|
||||
- Usage: `[p]aurora import galacticbot`
|
||||
- Restricted to: `ADMIN`
|
||||
|
||||
Import moderation history from GalacticBot.
|
||||
|
||||
#### aurora import aurora
|
||||
|
||||
- Usage: `[p]aurora import aurora`
|
||||
|
@ -34,6 +27,13 @@ Import moderation history from GalacticBot.
|
|||
|
||||
Import moderation history from another bot using Aurora.
|
||||
|
||||
#### aurora import galacticbot
|
||||
|
||||
- Usage: `[p]aurora import galacticbot`
|
||||
- Restricted to: `ADMIN`
|
||||
|
||||
Import moderation history from GalacticBot.
|
||||
|
||||
### aurora settings
|
||||
|
||||
- Usage: `[p]aurora settings`
|
||||
|
@ -41,24 +41,47 @@ Import moderation history from another bot using Aurora.
|
|||
|
||||
Configure Aurora's settings.
|
||||
|
||||
#### aurora settings core
|
||||
#### aurora settings server
|
||||
|
||||
- Usage: `[p]aurora settings core`
|
||||
- Usage: `[p]aurora settings server`
|
||||
- Restricted to: `ADMIN`
|
||||
- Aliases: `server`
|
||||
- Checks: `server_only`
|
||||
|
||||
Manage Aurora's core settings.
|
||||
Manage Aurora's server settings.
|
||||
|
||||
#### aurora settings overrides
|
||||
|
||||
- Usage: `[p]aurora settings overrides`
|
||||
- Aliases: `override and user`
|
||||
|
||||
Manage Aurora's user overriddable settings.
|
||||
|
||||
#### aurora settings addrole
|
||||
|
||||
- Usage: `[p]aurora settings addrole`
|
||||
- Restricted to: `ADMIN`
|
||||
- Aliases: `removerole`
|
||||
- Checks: `server_only`
|
||||
|
||||
Manage the addrole whitelist.
|
||||
Roles added to this list are also applied to `/removerole`.
|
||||
Manage the addrole whitelist.<br/><br/>Roles added to this list are also applied to `/removerole`.
|
||||
|
||||
#### aurora settings immunity
|
||||
|
||||
- Usage: `[p]aurora settings immunity`
|
||||
- Restricted to: `ADMIN`
|
||||
- Checks: `server_only`
|
||||
|
||||
Manage the immunity whitelist.
|
||||
|
||||
### aurora timedelta
|
||||
|
||||
- Usage: `[p]aurora timedelta <duration>`
|
||||
- Aliases: `tdc, td, and timedeltaconvert`
|
||||
|
||||
This command converts a duration to a [`timedelta`](https://docs.python.org/3/library/datetime.html#datetime.timedelta) Python object.
|
||||
|
||||
**Example usage**
|
||||
`[p]timedelta 1 day 15hr 82 minutes 52s`
|
||||
**Output**
|
||||
`1 day, 16:22:52`
|
||||
|
|
Loading…
Reference in a new issue