0xVinCal
Results
2
comments of
0xVinCal
With bun, the `web.chat.postMessage()` works, but the script is killed just after, without any error... The same script works perfectly with `ts-node`. I don't understand which part of this library...
@seanwessmith ```typescript import type { ChatPostMessageResponse } from '@slack/web-api'; import axios from 'axios'; import { config } from '../../config'; /** * Send a message to a Slack channel */ export...