insyri / bhop-bot-ts

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:TypeScript 99.9%Language:Shell 0.1%