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

Commit

Permalink
fix: Fixed indentation level for the duck module config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpt-Dingus committed Nov 10, 2023
1 parent abb3771 commit 58f1fbd
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions config.default.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -105,24 +105,23 @@
},
"unwarn": {
"enabled": true

},
"duck": {
"enabled": true,
"channels": [],
// Times are specified in seconds
"minimumSpawn": 30,
"maximumSpawn": 180,
"runAwayTime": 20,
// Timeout on miss
"cooldown": 5,
// Failure percentages
"failRates": {
// Bef and bang
"interaction": 50,
"kill": 50,
"donate": 50
},
"duck": {
"enabled": true,
"channels": [],
// Times are specified in seconds
"minimumSpawn": 30,
"maximumSpawn": 180,
"runAwayTime": 20,
// Timeout on miss
"cooldown": 5,
// Failure percentages
"failRates": {
// Bef and bang
"interaction": 50,
"kill": 50,
"donate": 50
}
}
}
}
}

0 comments on commit 58f1fbd

Please sign in to comment.