This commit is contained in:
MathMan05 2025-10-30 17:21:31 -05:00
parent 83be88bb80
commit 31c0f160e9

View File

@ -53,7 +53,7 @@ export class ApplicationCommand extends BaseClass {
@Column({ nullable: true, type: "simple-json" })
description_localizations?: Record<string, string>;
@Column({ type: "simple-json" })
@Column({ type: "simple-json", default: "[]" })
options: ApplicationCommandOption[];
@Column({ nullable: true, type: String })