mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-02 07:44:25 +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)) {
|
||||
log = slashCommandParameterService.getCommandOption(LOG_PARAMETER, event, Boolean.class);
|
||||
} else {
|
||||
log = false;
|
||||
log = true;
|
||||
}
|
||||
ClosingContext context = ClosingContext
|
||||
.builder()
|
||||
|
||||
Reference in New Issue
Block a user