Rewrite of drumman22's Bhop Bot for the Roblox Bhop / Surf Discord in TypeScript, including legacy functions.
bhop-bot-ts is built on Node.js v17.0.1, but it should work for the LTS v16.
- Clone the repository locally:
git clone https://github.com/insyri/bhop-bot-ts.git
cd bhop-bot-ts
# install dependencies
npm i
# create and populate env
mv .env.example .env
code .env
tsc
node dist
tsc -w
In another terminal:
npm i nodemon -D
nodemon dist