mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-24 01:23:52 -06:00
doc update
This commit is contained in:
parent
010237be97
commit
d98b87adac
10
README.MD
10
README.MD
@ -113,11 +113,18 @@ false
|
|||||||
```
|
```
|
||||||
#### channelID
|
#### channelID
|
||||||
###### Description
|
###### Description
|
||||||
The ID of the channel to log votes to..
|
The ID of the channel to log votes to.
|
||||||
###### Default
|
###### Default
|
||||||
```json
|
```json
|
||||||
"112233445566778899"
|
"112233445566778899"
|
||||||
```
|
```
|
||||||
|
#### timeFrames
|
||||||
|
###### Description
|
||||||
|
Array of timeframes that allows to override options based on local time. See example configuration
|
||||||
|
###### Default
|
||||||
|
```json
|
||||||
|
[]
|
||||||
|
```
|
||||||
### Example configuration
|
### Example configuration
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@ -139,6 +146,7 @@ The ID of the channel to log votes to..
|
|||||||
"channelID": "112233445566778899",
|
"channelID": "112233445566778899",
|
||||||
"timeFrames": [
|
"timeFrames": [
|
||||||
{
|
{
|
||||||
|
"name": "follow layer rotation list",
|
||||||
"start": "12:00",
|
"start": "12:00",
|
||||||
"end": "18:00",
|
"end": "18:00",
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user