feat(xp): new add
This commit is contained in:
parent
e0a8f66344
commit
799df74fcd
4 changed files with 45 additions and 17 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue