IRD downloads with local caching

This commit is contained in:
13xforever
2018-11-05 16:01:31 +05:00
parent a610a3927d
commit 49a6e202dd
4 changed files with 118 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ namespace CompatBot
public static readonly string Token;
public static readonly string LogPath = "../../../logs/bot.log"; // paths are relative to the assembly, so this will put it in the project's root
public static readonly string IrdCachePath = "./ird/";
internal static readonly ILogger Log;