Interface: Response
CommandError.Response
Properties
body
• Optional body: ReplyOptions
Defined in
src/core/structures/command-error.ts:6
log
• Optional log: Object
Type declaration
| Name | Type |
|---|---|
message | unknown |
type | keyof Logging<unknown> |
Defined in
src/core/structures/command-error.ts:7
type
• type: "fail" | "continue"