Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: update default leave settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Sep 26, 2023
1 parent 2d671f3 commit ee0f769
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ module.exports.embedOptions = {
// Configuration for the audio player. Includes behavior upon various events and UI components.
module.exports.playerOptions = {
leaveOnEmpty: true,
leaveOnEmptyCooldown: 1_800_000,
leaveOnEnd: true,
leaveOnEndCooldown: 1_800_000,
leaveOnStop: true,
leaveOnStopCooldown: 1_800_000,
leaveOnEmptyCooldown: 600_000,
leaveOnEnd: false,
leaveOnEndCooldown: 600_000,
leaveOnStop: false,
leaveOnStopCooldown: 600_000,
defaultVolume: 50,
maxQueueSize: 10_000,
maxHistorySize: 1_000,
Expand Down

0 comments on commit ee0f769

Please # to comment.