From 2b285f45234a8b6709ed1adf4ff151f028b51eff Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 15 Apr 2024 16:56:01 +0200 Subject: feat(config): fallback channel --- config/guild.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 { -- cgit v1.2.3