diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-15 16:56:01 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-15 16:56:01 +0200 |
| commit | 2b285f45234a8b6709ed1adf4ff151f028b51eff (patch) | |
| tree | af3321961e58a9686b49efa564aec2194111af8d /config | |
| parent | a8c0a395acc257ac019851f69d9913fd3fa51c9f (diff) | |
feat(config): fallback channel
Diffstat (limited to 'config')
| -rw-r--r-- | config/guild.go | 1 |
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 { |
