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

Class VoiceNotFoundError

src/utils/error.utils.ts:37–42  ·  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")}.`),
41 ];
42}
43
44export class DisplayNotFoundError extends AbstractError {
45 message = "Display not found";

Callers

nothing calls this directly

Calls 1

commandMentionFunction · 0.90

Tested by

no test coverage detected