feat: watchlist repository, remove ef core from all bot code

This commit is contained in:
sam 2024-10-28 02:14:41 +01:00
parent da4dfae27c
commit f0511a560c
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
19 changed files with 155 additions and 97 deletions

View file

@ -93,8 +93,8 @@ public static class GuildImport
var dbGuild = new Guild
{
Id = guild.Id,
BannedSystems = guild.BannedSystems.ToList(),
KeyRoles = guild.KeyRoles.ToList(),
BannedSystems = guild.BannedSystems,
KeyRoles = guild.KeyRoles,
Channels = channels,
};