diff options
Diffstat (limited to 'xp/member.go')
| -rw-r--r-- | xp/member.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xp/member.go b/xp/member.go index 9352a30..639e0d6 100644 --- a/xp/member.go +++ b/xp/member.go @@ -16,8 +16,6 @@ import ( type Copaing struct { gorm.Model - gokord.RedisBase - gokord.DataBase DiscordID string `gorm:"not null"` XP uint `gorm:"default:0"` GuildID string `gorm:"not null"` |
