mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Closes #951
This commit is contained in:
@@ -59,7 +59,7 @@ namespace ArchiSteamFarm.IPC.Controllers.Api {
|
||||
command = command.Substring(ASF.GlobalConfig.CommandPrefix.Length);
|
||||
}
|
||||
|
||||
string response = await targetBot.Commands.Response(ASF.GlobalConfig.SteamOwnerID, command, false).ConfigureAwait(false);
|
||||
string response = await targetBot.Commands.Response(ASF.GlobalConfig.SteamOwnerID, command).ConfigureAwait(false);
|
||||
|
||||
return Ok(new GenericResponse<string>(response));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user