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,5 +1,6 @@
|
|||
using System.Collections.Concurrent;
|
||||
using Catalogger.Backend.Cache;
|
||||
using Catalogger.Backend.Cache.InMemoryCache;
|
||||
using Catalogger.Backend.Extensions;
|
||||
using Remora.Discord.API;
|
||||
using Remora.Discord.API.Abstractions.Objects;
|
||||
|
|
@ -14,7 +15,7 @@ public class WebhookExecutorService(
|
|||
Config config,
|
||||
ILogger logger,
|
||||
IWebhookCache webhookCache,
|
||||
ChannelCacheService channelCache,
|
||||
ChannelCache channelCache,
|
||||
IDiscordRestWebhookAPI webhookApi)
|
||||
{
|
||||
private readonly ILogger _logger = logger.ForContext<WebhookExecutorService>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue