feat: watchlist repository, remove ef core from all bot code
This commit is contained in:
parent
da4dfae27c
commit
f0511a560c
19 changed files with 155 additions and 97 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue