Joe4evr / Discord.Addons

Useful extensions for Discord.Net
MIT License
19 stars 5 forks source link

Data seems to duplicate #11

Open theCorb1nator opened 6 years ago

theCorb1nator commented 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

theCorb1nator commented 6 years ago

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]?