| 53 | } |
| 54 | |
| 55 | export class ScheduleNotFoundError extends AbstractError { |
| 56 | message = "Schedule not found"; |
| 57 | embeds = [ |
| 58 | new EmbedBuilder().setDescription(`Schedules can be created with ${commandMention("schedules", "add")}.`), |
nothing calls this directly
no outgoing calls
no test coverage detected