mirror of
https://github.com/sern-handler/website
synced 2026-06-06 17:26:50 +00:00
944 B
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"