Added .timely .timelyset and .timelyreset (basically daily flowers, with customizable period)

This commit is contained in:
Master Kwoth
2017-10-26 13:03:53 +02:00
parent a73882704b
commit 2fbb80a2a2
5 changed files with 68 additions and 20 deletions

View File

@ -12,5 +12,6 @@ namespace NadekoBot.Core.Services
Task SetImageDataAsync(string key, byte[] data);
Task SetAnimeDataAsync(string link, string data);
TimeSpan? AddTimelyClaim(ulong id, int period);
void RemoveAllTimelyClaims();
}
}