show overview by default

This commit is contained in:
NovaFox161
2021-11-21 12:51:38 -06:00
parent ffe6a46e63
commit ff96c61480
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@ class LinkCalendarCommand : SlashCommand {
val showOverview = event.getOption("overview")
.flatMap(ApplicationCommandInteractionOption::getValue)
.map(ApplicationCommandInteractionOptionValue::asBoolean)
.orElse(false)
.orElse(true)
val calendarNumber = event.getOption("calendar")
.flatMap(ApplicationCommandInteractionOption::getValue)