mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Rewrite points balance from AWH to AH
This commit is contained in:
@@ -394,6 +394,7 @@ public sealed class ArchiWebHandler : IDisposable {
|
||||
}
|
||||
}
|
||||
|
||||
[Obsolete($"Use {nameof(ArchiHandler)}.{nameof(ArchiHandler.GetPointsBalance)} instead, this endpoint will be removed in the future version")]
|
||||
[PublicAPI]
|
||||
public async Task<uint?> GetPointsBalance() {
|
||||
string? accessToken = Bot.AccessToken;
|
||||
|
||||
Reference in New Issue
Block a user