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

Class AdminNotFoundError

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

Source from the content-addressed store, hash-verified

81}
82
83export class AdminNotFoundError extends AbstractError {
84 message = "Admin not found";
85 embeds = [
86 new EmbedBuilder().setDescription(`Admins can be added with ${commandMention("admins", "add")}.`),
87 ];
88}
89
90export class NotOnQueueWhitelistError extends AbstractError {
91 message = "Failed to join queue because you are not on the queue whitelist";

Callers

nothing calls this directly

Calls 1

commandMentionFunction · 0.90

Tested by

no test coverage detected