From 460e2ee8815be4f809b1df9fd7894f9804ad9c81 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 18 Apr 2024 12:55:08 +0200 Subject: fix(gorm): not handling interface in type --- config/guild.go | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/guild.go b/config/guild.go index 48ebc96..242cc89 100644 --- a/config/guild.go +++ b/config/guild.go @@ -9,7 +9,6 @@ import ( type GuildConfig struct { gorm.Model - gokord.DataBase GuildID string `gorm:"not null"` XpRoles []XpRole DisabledChannels string -- cgit v1.2.3