This commit is contained in:
mattyatea 2024-02-16 20:36:23 +09:00
parent 9e1d276bbd
commit 9c905f84e8
7 changed files with 80 additions and 45 deletions

View file

@ -229,6 +229,13 @@ export class MiMeta {
nullable: true,
})
public DiscordWebhookUrl: string | null;
@Column('varchar', {
length: 1024,
nullable: true,
})
public DiscordWebhookUrlWordBlock: string | null;
@Column('varchar', {
length: 1024,
nullable: true,