feat(config): fallback channel

This commit is contained in:
Anhgelus Morhtuuzh 2024-04-15 16:56:01 +02:00
parent a8c0a395ac
commit 2b285f4523
No known key found for this signature in database
GPG key ID: CF4550297832A29F
3 changed files with 48 additions and 1 deletions

View file

@ -11,6 +11,7 @@ type GuildConfig struct {
GuildID string `gorm:"not null"`
XpRoles []XpRole
DisabledChannels string
FallbackChannel string
}
type XpRole struct {