| 28 | } |
| 29 | |
| 30 | export class QueueNotFoundError extends AbstractError { |
| 31 | message = "Queue not found"; |
| 32 | embeds = [ |
| 33 | new EmbedBuilder().setDescription(`Queues can be created with ${commandMention("queues", "add")}.`), |
nothing calls this directly
no outgoing calls
no test coverage detected