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
|
|
@ -109,6 +109,7 @@ public static class StartupExtensions
|
|||
.AddScoped<MessageRepository>()
|
||||
.AddScoped<GuildRepository>()
|
||||
.AddScoped<InviteRepository>()
|
||||
.AddScoped<WatchlistRepository>()
|
||||
.AddSingleton<GuildCache>()
|
||||
.AddSingleton<RoleCache>()
|
||||
.AddSingleton<ChannelCache>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue