MCPcopy Create free account
hub / github.com/ArrowM/Queue-Bot /

Class

src/utils/error.utils.ts:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129export class InvalidCronError extends AbstractError {
130 message = "Invalid cron schedule.";
131 embeds = [
132 new EmbedBuilder().setDescription("Please see https://crontab.guru/examples.html. Highest frequency is once a minute."),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected