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

Class PrioritizedNotFoundError

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

Source from the content-addressed store, hash-verified

60}
61
62export class PrioritizedNotFoundError extends AbstractError {
63 message = "Prioritized not found";
64 embeds = [
65 new EmbedBuilder().setDescription(`Users and roles can be prioritized with ${commandMention("prioritize", "add")}.`),
66 ];
67}
68
69export class WhitelistedNotFoundError extends AbstractError {
70 message = "Whitelisted not found";

Callers

nothing calls this directly

Calls 1

commandMentionFunction · 0.90

Tested by

no test coverage detected