From 78b77a172dd7cdc388c93d79484cf21cad938f16 Mon Sep 17 00:00:00 2001 From: Davide Fantino <80767709+fantinodavide@users.noreply.github.com> Date: Sat, 17 Sep 2022 01:36:04 +0200 Subject: [PATCH] doc update --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 065669d..6098d21 100644 --- a/README.MD +++ b/README.MD @@ -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" } ```