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

Class

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

Source from the content-addressed store, hash-verified

35}
36
37export class VoiceNotFoundError extends AbstractError {
38 message = "Voice not found";
39 embeds = [
40 new EmbedBuilder().setDescription(`Voices can be created with ${commandMention("voice", "add_source")}.`),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected