Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 463 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 463 Bytes

fragbot-node

A simple fragbot written in typescript

Installation

Clone the repository

Install dependencies

npm i

Install ts-node

npm i ts-node -g

Edit username, password, auth, and guildID in /src/index.ts

Start the bot

npm start

If using another service to start the bot, like forever, run the bot using the full command.

Example:

forever start -c ts-node src/index.ts