mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-05-07 17:59:52 -05:00
Fix incorrect message key
This commit is contained in:
+1
-1
@@ -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)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user