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

Class ScheduleNotFoundError

src/utils/error.utils.ts:55–60  ·  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")}.`),
59 ];
60}
61
62export class PrioritizedNotFoundError extends AbstractError {
63 message = "Prioritized not found";

Callers

nothing calls this directly

Calls 1

commandMentionFunction · 0.90

Tested by

no test coverage detected