Add data model changes
This commit is contained in:
@ -10,4 +10,7 @@ export class GuildSetting {
|
||||
|
||||
@Column("timestamp", { nullable: true, default: null })
|
||||
isPremiumUntil!: Date | null;
|
||||
|
||||
@Column("boolean", { default: false })
|
||||
preserveDataOnGuildLeave!: boolean
|
||||
}
|
Reference in New Issue
Block a user