Open theCorb1nator opened 6 years ago
Hi Joe,
I have the library working with 2.0 beta version of discord.net,
however it seems to add duplicated guilds, users and channels to the DB
i am continuing to debug but it looks as if the lookup to see if the guild exists is failing and therefore adding a new one
on further investigation removing the [Not Mapped] attribute from the GuildId property in ConfigGuild.cs seems to stop the duplication
Is there a reason the property was marked as [Not Mapped]?
Hi Joe,
I have the library working with 2.0 beta version of discord.net,
however it seems to add duplicated guilds, users and channels to the DB
i am continuing to debug but it looks as if the lookup to see if the guild exists is failing and therefore adding a new one