This commit is contained in:
jxxghp 2023-08-30 15:46:04 +08:00
parent 911651a5f7
commit a6819c08bf

View File

@ -146,7 +146,7 @@ class Slack:
# 发送
result = self._client.chat_postMessage(
channel=channel,
text=message_text,
text=message_text[:1000],
blocks=blocks,
mrkdwn=True
)