style(db/guild): adding guild custom option
This commit is contained in:
parent
caee549327
commit
1da69af178
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,9 @@ model Guild {
|
|||
logMsg Boolean @default(false)
|
||||
logServer Boolean @default(false)
|
||||
|
||||
footer String @default("© EniumTeam ~ 2025")
|
||||
color String @default("#000000")
|
||||
|
||||
guildUsers GuildUser[] @relation("GuildGuildRelation")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue