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

Class

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

Source from the content-addressed store, hash-verified

42}
43
44export class DisplayNotFoundError extends AbstractError {
45 message = "Display not found";
46 embeds = [
47 new EmbedBuilder().setDescription(`Displays can be created with ${commandMention("show")} or ${commandMention("displays", "add")}.`),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected