| 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")}.`), |
nothing calls this directly
no outgoing calls
no test coverage detected