diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-13 14:11:11 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-13 14:11:11 +0200 |
| commit | 799df74fcda5266fd295b49fc759c605c815cad9 (patch) | |
| tree | 27e5a2196877783f76fc9eef613a05125b1c773f /config/guild.go | |
| parent | e0a8f6634424f10a22b0a0740e0bbc17534eaa0e (diff) | |
feat(xp): new add
Diffstat (limited to 'config/guild.go')
| -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 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 { |
