Skip to main content

Switching to Typescript

If a client mentions they want to run a typescript bot, change node in the startup command to npx ts-node, and when you start the bot and it says 'Need to install the following packages: ts-node', type 'y' and press enter.

typescript