mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Add new Bot actions + a lot of performance improvements
This commit is contained in:
@@ -50,8 +50,8 @@ namespace ArchiSteamFarm.IPC.Controllers.Api {
|
||||
command = Program.GlobalConfig.CommandPrefix + command;
|
||||
}
|
||||
|
||||
string content = await targetBot.Commands.Response(Program.GlobalConfig.SteamOwnerID, command).ConfigureAwait(false);
|
||||
return Ok(new GenericResponse<string>(content));
|
||||
string response = await targetBot.Commands.Response(Program.GlobalConfig.SteamOwnerID, command).ConfigureAwait(false);
|
||||
return Ok(new GenericResponse<string>(response));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user