Skip to content

Commit

Permalink
Merge pull request #16 from Citrinate/patch-1
Browse files Browse the repository at this point in the history
Crash fix
  • Loading branch information
Rudokhvist authored Dec 9, 2022
2 parents d48395a + 5ed9d5f commit 750c4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoosterCreator/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ internal static class Commands {
return responses.Count > 0 ? string.Join(Environment.NewLine, responses) : null;
}

internal static string FormatStaticResponse(string response) => Commands.FormatStaticResponse(response);
internal static string FormatStaticResponse(string response) => ArchiSteamFarm.Steam.Interaction.Commands.FormatStaticResponse(response);
internal static string FormatBotResponse(Bot bot, string response) => bot.Commands.FormatBotResponse(response);
}
}

0 comments on commit 750c4fd

Please sign in to comment.