diff --git a/NadekoBot.Core/Services/Impl/ImagesService.cs b/NadekoBot.Core/Services/Impl/ImagesService.cs index 89594cf3..90a242ca 100644 --- a/NadekoBot.Core/Services/Impl/ImagesService.cs +++ b/NadekoBot.Core/Services/Impl/ImagesService.cs @@ -8,7 +8,6 @@ using System.Linq; namespace NadekoBot.Core.Services.Impl { - //todo move everything to redis public class RedisImagesCache : IImageCache { private readonly ConnectionMultiplexer _con;