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

Class

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

Source from the content-addressed store, hash-verified

120}
121
122export class AdminAccessError extends AbstractError {
123 message = "Missing Queue Bot admin access";
124 embeds = [
125 new EmbedBuilder().setDescription(`Other admins may grant admin access ${commandMention("admins", "add")}.`),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected