An attempt to implement the very first example in the official Bolt documentation in TypeScript.
Install Node package dependencies.
yarn install
Export APP_TOKEN
and BOT_TOKEN
environment variables, or create equivalent .env
file.
yarn start
An attempt to implement the very first example in the official Bolt documentation in TypeScript.
JavaScript
An attempt to implement the very first example in the official Bolt documentation in TypeScript.
Install Node package dependencies.
yarn install
Export APP_TOKEN
and BOT_TOKEN
environment variables, or create equivalent .env
file.
yarn start