📝Setting Up Settings

To get started, put your whop key and discord webhook between the quotations on lines 2 and 3 respectively.

Settings Schema

settings.json
{
  "key": "",                    // Whop Key
  "discord_webhook": "",        // Discord Webhook URL (https://discord.com/api/webhooks/...)
  "allowPublicWebhook": true,   // Should your webhooks be sent publicly? 
  "captcha": {                  // Not being used at the moment.
    "2captcha": {
      "key": ""
    },
    "capmonster": {
      "key": ""
    }
  }
}

Last updated