|
|
@@ -304,10 +304,7 @@ async function processTradePair() {
|
|
|
} else {
|
|
|
firstRun = false
|
|
|
for (const pair of tradePair) {
|
|
|
- const success = await sendToDiscordTradePair(pair)
|
|
|
- if (success) {
|
|
|
- sentTradePair.add(pair.poolAddress)
|
|
|
- }
|
|
|
+ sentTradePair.add(pair.poolAddress)
|
|
|
}
|
|
|
console.log('第一次运行,不发送交易对')
|
|
|
}
|