DiscordUser repository removed

This commit is contained in:
Kwoth
2021-06-19 05:07:27 +02:00
parent f34951c81c
commit 51a4499809
13 changed files with 67 additions and 107 deletions

View File

@@ -110,7 +110,7 @@ namespace NadekoBot.Modules.Permissions.Services
}));
//clear their currencies
uow.DiscordUsers.RemoveFromMany(toBlacklist);
uow._context.DiscordUser.RemoveFromMany(toBlacklist);
uow.SaveChanges();
}