| 3 | import { commandMention } from "./string.utils.ts"; |
| 4 | |
| 5 | export abstract class AbstractError extends Error { |
| 6 | message = "Unknown Error"; |
| 7 | embeds?: EmbedBuilder[]; |
| 8 | log? = false; |
nothing calls this directly
no outgoing calls
no test coverage detected