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

Class

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

Source from the content-addressed store, hash-verified

53}
54
55export class ScheduleNotFoundError extends AbstractError {
56 message = "Schedule not found";
57 embeds = [
58 new EmbedBuilder().setDescription(`Schedules can be created with ${commandMention("schedules", "add")}.`),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected