fix SQLite
This commit is contained in:
parent
67d8b03525
commit
83be88bb80
Binary file not shown.
Binary file not shown.
@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user