From f97df035c36c546afd665a1ec7da04cad35d869a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 15 Apr 2024 16:44:46 +0200 Subject: feat(config): disable channel for xp --- config/guild.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/guild.go') diff --git a/config/guild.go b/config/guild.go index df78406..5728759 100644 --- a/config/guild.go +++ b/config/guild.go @@ -7,8 +7,9 @@ import ( type GuildConfig struct { gorm.Model - GuildID string `gorm:"not null"` - XpRoles []XpRole + GuildID string `gorm:"not null"` + XpRoles []XpRole + DisabledChannels string } type XpRole struct { -- cgit v1.2.3