feat(config): disable channel for xp
This commit is contained in:
parent
5451dd0e81
commit
f97df035c3
4 changed files with 106 additions and 9 deletions
|
@ -7,8 +7,9 @@ import (
|
|||
|
||||
type GuildConfig struct {
|
||||
gorm.Model
|
||||
GuildID string `gorm:"not null"`
|
||||
XpRoles []XpRole
|
||||
GuildID string `gorm:"not null"`
|
||||
XpRoles []XpRole
|
||||
DisabledChannels string
|
||||
}
|
||||
|
||||
type XpRole struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue