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

Class QueueNotFoundError

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

Source from the content-addressed store, hash-verified

28}
29
30export class QueueNotFoundError extends AbstractError {
31 message = "Queue not found";
32 embeds = [
33 new EmbedBuilder().setDescription(`Queues can be created with ${commandMention("queues", "add")}.`),
34 ];
35}
36
37export class VoiceNotFoundError extends AbstractError {
38 message = "Voice not found";

Callers

nothing calls this directly

Calls 1

commandMentionFunction · 0.90

Tested by

no test coverage detected