Refactor package info and their access tokens, add ISteamPICSChanges plugin interface

This commit is contained in:
JustArchi
2020-06-09 22:56:04 +02:00
parent 3203daf787
commit 0fa4d5e2a6
7 changed files with 282 additions and 11 deletions

View File

@@ -125,6 +125,10 @@ namespace ArchiSteamFarm {
await ArchiKestrel.Start().ConfigureAwait(false);
}
uint changeNumberToStartFrom = await PluginsCore.GetChangeNumberToStartFrom().ConfigureAwait(false);
SteamPICSChanges.Init(changeNumberToStartFrom);
await RegisterBots().ConfigureAwait(false);
InitEvents();