Fix incorrect message key

This commit is contained in:
NovaFox161
2021-11-21 19:16:59 -06:00
parent 9296abcabb
commit 378cc20cca
@@ -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)))
}