Adding reminder

This commit is contained in:
Noikoio 2018-04-05 12:14:40 -07:00
parent 84d3b1665d
commit a3fb2ef019

View file

@ -20,6 +20,7 @@ namespace Noikoio.RegexBot.Module.ModLogs
private readonly Func<ulong, GuildState> _outGetConfig;
// TODO: How to clear the cache after a time? Can't hold on to this forever.
// TODO Do not store messages at all if features is disabled.
public MessageCache(DiscordSocketClient client, AsyncLogger logger, Func<ulong, GuildState> getConfFunc)
{