| 42 | } |
| 43 | |
| 44 | export class DisplayNotFoundError extends AbstractError { |
| 45 | message = "Display not found"; |
| 46 | embeds = [ |
| 47 | new EmbedBuilder().setDescription(`Displays can be created with ${commandMention("show")} or ${commandMention("displays", "add")}.`), |
nothing calls this directly
no outgoing calls
no test coverage detected