Files
website/docs/api/interfaces/CommandError.Response.md
2023-12-21 20:52:34 +00:00

944 B

id, title, sidebar_label, custom_edit_url
id title sidebar_label custom_edit_url
CommandError.Response Interface: Response Response null

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"

Defined in

src/core/structures/command-error.ts:5