Adding reminder
This commit is contained in:
parent
84d3b1665d
commit
a3fb2ef019
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ namespace Noikoio.RegexBot.Module.ModLogs
|
||||||
private readonly Func<ulong, GuildState> _outGetConfig;
|
private readonly Func<ulong, GuildState> _outGetConfig;
|
||||||
|
|
||||||
// TODO: How to clear the cache after a time? Can't hold on to this forever.
|
// 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)
|
public MessageCache(DiscordSocketClient client, AsyncLogger logger, Func<ulong, GuildState> getConfFunc)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue