move classes around, name caches more consistently, add more caches
This commit is contained in:
parent
e86b37ce2a
commit
e17dcf90a1
30 changed files with 443 additions and 51 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using Catalogger.Backend.Cache;
|
||||
using Catalogger.Backend.Cache.InMemoryCache;
|
||||
using Catalogger.Backend.Database;
|
||||
using Catalogger.Backend.Database.Queries;
|
||||
using Catalogger.Backend.Extensions;
|
||||
|
|
@ -13,8 +14,8 @@ namespace Catalogger.Backend.Bot.Responders.Channels;
|
|||
|
||||
public class ChannelCreateResponder(
|
||||
DatabaseContext db,
|
||||
RoleCacheService roleCache,
|
||||
ChannelCacheService channelCache,
|
||||
RoleCache roleCache,
|
||||
ChannelCache channelCache,
|
||||
WebhookExecutorService webhookExecutor) : IResponder<IChannelCreate>
|
||||
{
|
||||
public async Task<Result> RespondAsync(IChannelCreate ch, CancellationToken ct = default)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue