mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-05 08:54:34 +00:00
[AB-xx] make close log by default
This commit is contained in:
@@ -108,7 +108,7 @@ public class Close extends AbstractConditionableCommand {
|
|||||||
if(slashCommandParameterService.hasCommandOption(LOG_PARAMETER, event)) {
|
if(slashCommandParameterService.hasCommandOption(LOG_PARAMETER, event)) {
|
||||||
log = slashCommandParameterService.getCommandOption(LOG_PARAMETER, event, Boolean.class);
|
log = slashCommandParameterService.getCommandOption(LOG_PARAMETER, event, Boolean.class);
|
||||||
} else {
|
} else {
|
||||||
log = false;
|
log = true;
|
||||||
}
|
}
|
||||||
ClosingContext context = ClosingContext
|
ClosingContext context = ClosingContext
|
||||||
.builder()
|
.builder()
|
||||||
|
|||||||
Reference in New Issue
Block a user