From c30b77087619f1d3ba6f2ac48ca22bf2ae03fff9 Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Sat, 9 Sep 2023 19:26:43 +0200 Subject: [PATCH] Disable comments for the time being --- src/libs/VoiceModerator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/VoiceModerator.ts b/src/libs/VoiceModerator.ts index 3d6ff8b..c19dfd9 100644 --- a/src/libs/VoiceModerator.ts +++ b/src/libs/VoiceModerator.ts @@ -57,7 +57,7 @@ function getRandomSongPlayingComment() { return path } -const RANDOM_START_COMMENT_PROBABILITY = 1 / 5 +const RANDOM_START_COMMENT_PROBABILITY = 0 // Set to 0 to disable const MIN_COMMENT_DELAY_MS = 15 * 60 * 1000 const MAX_COMMENT_DELAY_MS = 45 * 60 * 1000