mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-15 16:10:41 +00:00
Respond with Error on Volvo fuckup, #266
This commit is contained in:
@@ -980,7 +980,7 @@ namespace ArchiSteamFarm {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return response.Length == 0 ? null : response.ToString();
|
return response.Length == 0 ? "Error" : response.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static async Task<string> ResponseRedeem(ulong steamID, string botName, string message, bool validate) {
|
private static async Task<string> ResponseRedeem(ulong steamID, string botName, string message, bool validate) {
|
||||||
|
|||||||
Reference in New Issue
Block a user