diff --git a/client/src/main/kotlin/org/dreamexposure/discal/client/commands/DisplayCalendarCommand.kt b/client/src/main/kotlin/org/dreamexposure/discal/client/commands/DisplayCalendarCommand.kt index b687026d..38aae7b1 100644 --- a/client/src/main/kotlin/org/dreamexposure/discal/client/commands/DisplayCalendarCommand.kt +++ b/client/src/main/kotlin/org/dreamexposure/discal/client/commands/DisplayCalendarCommand.kt @@ -69,7 +69,7 @@ class DisplayCalendarCommand : SlashCommand { } } - }.switchIfEmpty(event.followupEphemeral(getCommonMsg("notFound.calendar", settings))) + }.switchIfEmpty(event.followupEphemeral(getCommonMsg("error.notFound.calendar", settings))) } }.switchIfEmpty(event.followupEphemeral(getCommonMsg("error.perms.elevated", settings))) }