Discord bot made for interacting with Reverse Proxy API
- 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 .
- Install development modules (
npm install) - Run
npm run build