Skip to content

🔁 Rewrite of drumman22's Bhop Bot for the Roblox Bhop / Surf Discord in TypeScript, including legacy functions.

License

Notifications You must be signed in to change notification settings

insyri/bhop-bot-ts

Repository files navigation

bhop-bot-ts

Rewrite of drumman22's Bhop Bot for the Roblox Bhop / Surf Discord in TypeScript, including legacy functions.

Technologies:

How to run

Requirements

bhop-bot-ts is built on Node.js v17.0.1, but it should work for the LTS v16.

Install Node.js

Setup & Running

  1. 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

For hosting:

tsc
node dist

For development testing (live updates):

tsc -w

In another terminal:

npm i nodemon -D
nodemon dist

About

🔁 Rewrite of drumman22's Bhop Bot for the Roblox Bhop / Surf Discord in TypeScript, including legacy functions.

Topics

Resources

License

Stars

Watchers

Forks