refactor: move message responders to their own namespace

This commit is contained in:
sam 2024-08-20 20:25:52 +02:00
parent be01fb1d53
commit 633ba8f600
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
using Catalogger.Backend.Bot.Commands;
using Catalogger.Backend.Bot.Responders;
using Catalogger.Backend.Bot.Responders.Messages;
using Catalogger.Backend.Cache;
using Catalogger.Backend.Cache.InMemoryCache;
using Catalogger.Backend.Cache.RedisCache;