aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-13 14:11:11 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-13 14:11:11 +0200
commit799df74fcda5266fd295b49fc759c605c815cad9 (patch)
tree27e5a2196877783f76fc9eef613a05125b1c773f /config
parente0a8f6634424f10a22b0a0740e0bbc17534eaa0e (diff)
feat(xp): new add
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 5e41465..fb7eaef 100644
--- a/config/guild.go
+++ b/config/guild.go
@@ -12,6 +12,7 @@ type GuildConfig struct {
XpRoles []XpRole
DisabledChannels string
FallbackChannel string
+ DaysXPRemains uint `gorm:"default:90"` // 30 * 3 = 90 (three months)
}
type XpRole struct {