| 60 | } |
| 61 | |
| 62 | export class PrioritizedNotFoundError extends AbstractError { |
| 63 | message = "Prioritized not found"; |
| 64 | embeds = [ |
| 65 | new EmbedBuilder().setDescription(`Users and roles can be prioritized with ${commandMention("prioritize", "add")}.`), |
| 66 | ]; |
| 67 | } |
| 68 | |
| 69 | export class WhitelistedNotFoundError extends AbstractError { |
| 70 | message = "Whitelisted not found"; |
nothing calls this directly
no test coverage detected