📝Setting Up Settings
Settings Schema
{
"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