configure combat log timer/refactor boolean configuration

This commit is contained in:
SowinskiBraeden committed 2023-09-10 00:52:48 -07:00
1 parent ab2b59ff11
commit afdec2395c
4 files changed
+38 -23

No files matched your search

-12
View File
@@ -148,18 +148,6 @@ module.exports = {
description: "Enable/Disable periodic server checks and restart if stopped.",
value: "auto-restart",
type: CommandOptions.SubCommand,
}, {
name: "combat-log-timer",
description: "Set the number of minutes to elapse for a player to not combat log. (Set to 0 to disbable combat logging detection)",
value: "combat-log-timer",
type: CommandOptions.SubCommand,
options: [{
name: "minutes",
description: "Minutes to qualify combat log",
value: 5,
type: CommandOptions.Integer, // Integer
}]
}],
SlashCommand: {
/**