| 127 | } |
| 128 | |
| 129 | export 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."), |
nothing calls this directly
no outgoing calls
no test coverage detected