doc update

This commit is contained in:
Davide Fantino 2022-09-17 01:36:04 +02:00
parent 542c74be11
commit 78b77a172d

View File

@ -123,6 +123,7 @@ The ID of the channel to log votes to..
{
"plugin": "MapVote",
"enabled": true,
"discordClient": "discord",
"minPlayersForVote": 30,
"voteWaitTimeFromMatchStart": 10,
"voteBroadcastInterval": 7,
@ -133,7 +134,7 @@ The ID of the channel to log votes to..
"hideVotesCount": false,
"showRerollOption": false,
"voteBroadcastMessage": "✯ MAPVOTE ✯ Vote for the next map by writing in chat the corresponding number!",
"logToDiscord": false,
"logToDiscord": true,
"channelID": "112233445566778899"
}
```