| 81 | } |
| 82 | |
| 83 | export class AdminNotFoundError extends AbstractError { |
| 84 | message = "Admin not found"; |
| 85 | embeds = [ |
| 86 | new EmbedBuilder().setDescription(`Admins can be added with ${commandMention("admins", "add")}.`), |
nothing calls this directly
no outgoing calls
no test coverage detected