feat(config): fallback channel
This commit is contained in:
parent
a8c0a395ac
commit
2b285f4523
3 changed files with 48 additions and 1 deletions
|
@ -11,6 +11,7 @@ type GuildConfig struct {
|
|||
GuildID string `gorm:"not null"`
|
||||
XpRoles []XpRole
|
||||
DisabledChannels string
|
||||
FallbackChannel string
|
||||
}
|
||||
|
||||
type XpRole struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue