Skip to content

Commit

Permalink
Disable comments for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Sep 9, 2023
1 parent 7e8fb80 commit c30b770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/VoiceModerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c30b770

Please sign in to comment.