Skip to content

Commit

Permalink
Slightly help with !owns, #586
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Aug 15, 2017
1 parent 462020f commit 1fc9b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ArchiSteamFarm/Bot.cs
Expand Up @@ -3073,6 +3073,8 @@ internal sealed class Bot : IDisposable {
return (FormatBotResponse(Strings.BotNotConnected), false);
}

await LimitGiftsRequestsAsync().ConfigureAwait(false);

Dictionary<uint, string> ownedGames;
if (await ArchiWebHandler.HasValidApiKey().ConfigureAwait(false)) {
ownedGames = await ArchiWebHandler.GetOwnedGames(SteamID).ConfigureAwait(false);
Expand Down

0 comments on commit 1fc9b96

Please sign in to comment.