Skip to content

Commit

Permalink
Update IBotTradeOffer2.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Jun 17, 2024
1 parent dd1dfdc commit 0e6b75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchiSteamFarm/Plugins/Interfaces/IBotTradeOffer2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace ArchiSteamFarm.Plugins.Interfaces;
[PublicAPI]
public interface IBotTradeOffer2 : IPlugin {
/// <summary>
/// ASF will call this method for unhandled (ignored and rejected) trade offers received by the bot.
/// ASF will call this method for unhandled (e.g. blacklisted, ignored and rejected) trade offers received by the bot.
/// </summary>
/// <param name="bot">Bot object related to this callback.</param>
/// <param name="tradeOffer">Trade offer related to this callback.</param>
Expand Down

0 comments on commit 0e6b75a

Please sign in to comment.