fix SQLite

This commit is contained in:
MathMan05 2025-10-30 16:47:59 -05:00
parent 67d8b03525
commit 83be88bb80
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

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", default: [] })
@Column({ type: "simple-json" })
options: ApplicationCommandOption[];
@Column({ nullable: true, type: String })