finish ChannelUpdate responder

This commit is contained in:
sam 2024-08-20 18:18:17 +02:00
parent eb40872254
commit df8af75dd4
14 changed files with 155 additions and 63 deletions

View file

@ -1,3 +1 @@
using NodaTime;
namespace Catalogger.Backend.Database;

View file

@ -1,8 +1,4 @@
using System.Text.Json;
using Remora.Discord.API;
using Remora.Discord.API.Abstractions.Objects;
using Remora.Discord.API.Objects;
using Remora.Rest.Json;
using StackExchange.Redis;
namespace Catalogger.Backend.Database.Redis;