aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-15 16:56:01 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-15 16:56:01 +0200
commit2b285f45234a8b6709ed1adf4ff151f028b51eff (patch)
treeaf3321961e58a9686b49efa564aec2194111af8d /config
parenta8c0a395acc257ac019851f69d9913fd3fa51c9f (diff)
feat(config): fallback channel
Diffstat (limited to 'config')
-rw-r--r--config/guild.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/guild.go b/config/guild.go
index 6ed07c6..00d3bf1 100644
--- a/config/guild.go
+++ b/config/guild.go
@@ -11,6 +11,7 @@ type GuildConfig struct {
GuildID string `gorm:"not null"`
XpRoles []XpRole
DisabledChannels string
+ FallbackChannel string
}
type XpRole struct {