Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 481 Bytes

Reverse Proxy Bot

Discord bot made for interacting with Reverse Proxy API

Instructions

Setup

  • Download code from releases
  • Copy example.env to .env
  • Edit .env with your details
  • Install node modules (npm install --only=production)
  • Register slash commands using node . --register (Only run this command once)
  • Run the bot using node .

Building

  • Install development modules (npm install)
  • Run npm run build