Update webhook url

This commit is contained in:
2025-07-05 11:33:06 +07:00
parent 38959db65f
commit dcf0778a17
2 changed files with 1 additions and 2 deletions

View File

@@ -1354,7 +1354,6 @@ public class TradingBot : Bot, ITradingBot
if (!Config.IsForBacktest)
{
var user = Account.User;
// Add bot name at the top of every message
var messageWithBotName = $"🤖 **{user.AgentName} - {Name}**\n{message}";
await MessengerService.SendTradeMessage(messageWithBotName, isBadBehavior, user);
}